Function: isResolvedRead()
function isResolvedRead(op): op is GRead<ResolvedRead>;
Checks if the operation is a resolved read operation.
Parameters
• op: ResolvedOperation
The operation to check.
Returns
op is GRead<ResolvedRead>
True if the operation is a resolved read operation, false otherwise.