(sourceSpan: ParseSourceSpan | null)
| 623 | } |
| 624 | |
| 625 | export function control(sourceSpan: ParseSourceSpan | null): ir.UpdateOp { |
| 626 | return call(Identifiers.control, [], sourceSpan); |
| 627 | } |
| 628 | |
| 629 | export function controlCreate(sourceSpan: ParseSourceSpan | null): ir.CreateOp { |
| 630 | return call(Identifiers.controlCreate, [], sourceSpan); |
no test coverage detected