MCPcopy
hub / github.com/opentrace/opentrace / start

Method start

ui/src/components/pipeline/concurrent/debug.ts:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 start(): void {
49 this.entries = [];
50 this.startTime = performance.now();
51 this.log('pipeline', 'started');
52 }
53
54 log(label: string, detail?: string): void {
55 if (!this._enabled) return;

Callers 6

runMethod · 0.80
mainMethod · 0.80
concurrent.test.tsFile · 0.80
runMethod · 0.80
loginFunction · 0.80
index_urlFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 1

mainMethod · 0.64