(sourceSpan: ParseSourceSpan | null)
| 600 | } |
| 601 | |
| 602 | export function control(sourceSpan: ParseSourceSpan | null): ir.UpdateOp { |
| 603 | return call(Identifiers.control, [], sourceSpan); |
| 604 | } |
| 605 | |
| 606 | export function controlCreate(sourceSpan: ParseSourceSpan | null): ir.CreateOp { |
| 607 | return call(Identifiers.controlCreate, [], sourceSpan); |
no test coverage detected
searching dependent graphs…