Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codebymitch/TitanBot
/ runWithTraceContext
Function
runWithTraceContext
src/utils/logger.js:41–43 ·
view source on GitHub ↗
(traceContext, callback)
Source
from the content-addressed store, hash-verified
39
}
40
41
export
function
runWithTraceContext(traceContext, callback) {
42
return
traceStorage.run(traceContext, callback);
43
}
44
45
export
function
getTraceContext() {
46
return
traceStorage.getStore() || null;
Callers
1
execute
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected