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

Method start

cli/api/commands/run.ts:472–474  ·  view source on GitHub ↗
(existingTiming?: dataform.ITiming)

Source from the content-addressed store, hash-verified

470
471class Timer {
472 public static start(existingTiming?: dataform.ITiming) {
473 return new Timer(existingTiming?.startTimeMillis.toNumber() || new Date().valueOf());
474 }
475 private constructor(readonly startTimeMillis: number) { }
476
477 public current(): dataform.ITiming {

Callers 4

executeGraphMethod · 0.80
executeActionMethod · 0.80
executeTaskMethod · 0.80
activateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected