Function: extractCall()
function extractCall(op): CwebCallRefResolved | null;
Extracts the call operation from a resolved operation.
Parameters
• op: ResolvedOperation
The resolved operation to extract from.
Returns
CwebCallRefResolved
| null
The call operation if it exists, null otherwise.