[F] isInScope
function isInScope(context, entity): boolean;Check if an operation is in scope for the current emitter.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
context | TCGCContext | TCGCContext |
entity | Operation | Operation to check if it is in scope |
Returns
Section titled “Returns”boolean