Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.80
main
Method · 0.80
concurrent.test.ts
File · 0.80
run
Method · 0.80
login
Function · 0.80
index_url
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
1
main
Method · 0.64