MCPcopy
hub / github.com/meteor/meteor / toString

Method toString

tools/console/progress.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 toString() {
45 return "Progress [state=" + JSON.stringify(this.state) + "]";
46 }
47
48 reportProgressDone() {
49 const state = {

Callers 5

printErrorMethod · 0.45
finishFunction · 0.45
commands.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected