MCPcopy 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
41export function runWithTraceContext(traceContext, callback) {
42 return traceStorage.run(traceContext, callback);
43}
44
45export function getTraceContext() {
46 return traceStorage.getStore() || null;

Callers 1

executeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected