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

Method postOps

core/actions/table.ts:761–764  ·  view source on GitHub ↗
(statement: Contextable<ITableContext, string | string[]>)

Source from the content-addressed store, hash-verified

759 }
760
761 public postOps(statement: Contextable<ITableContext, string | string[]>) {
762 this.table.postOps(statement);
763 return "";
764 }
765
766 public disabled() {
767 this.table.disabled();

Callers

nothing calls this directly

Calls 1

postOpsMethod · 0.45

Tested by

no test coverage detected