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

Method current

cli/api/commands/run.ts:477–481  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

475 private constructor(readonly startTimeMillis: number) { }
476
477 public current(): dataform.ITiming {
478 return {
479 startTimeMillis: Long.fromNumber(this.startTimeMillis)
480 };
481 }
482
483 public end(): dataform.ITiming {
484 return {

Callers 3

executeGraphMethod · 0.80
executeActionMethod · 0.80
executeTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected