Function: isPreparedData()
function isPreparedData(op): op is GData<CwebData>;
Checks if the operation is a prepared data operation.
Parameters
• op: PreparedOperation
The operation to check.
Returns
op is GData<CwebData>
True if the operation is a resolved data operation, false otherwise.