Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/KeygraphHQ/shannon
/ stop
Method
stop
apps/worker/src/utils/metrics.ts:17–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
stop(): number {
18
this.endTime = Date.now();
19
return
this.duration();
20
}
21
22
duration(): number {
23
const
end = this.endTime || Date.now();
Callers
1
runClaudePrompt
Function · 0.95
Calls
1
duration
Method · 0.95
Tested by
no test coverage detected