MCPcopy Create free account
hub / github.com/dataform-co/dataform / when

Method when

core/actions/view.ts:725–727  ·  view source on GitHub ↗
(cond: boolean, trueCase: string, falseCase: string = "")

Source from the content-addressed store, hash-verified

723 }
724
725 public when(cond: boolean, trueCase: string, falseCase: string = "") {
726 return cond ? trueCase : falseCase;
727 }
728
729 public incremental() {
730 return !!this.isIncremental;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected