Function: isPreparedTake()
function isPreparedTake(op): op is GTake<CwebTake>;
Checks if the operation is a prepared take operation.
Parameters
• op: PreparedOperation
The operation to check.
Returns
op is GTake<CwebTake>
True if the operation is a resolved take operation, false otherwise.