MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / createTraceId

Function createTraceId

src/utils/logger.js:24–26  ·  view source on GitHub ↗
(prefix = 'trc')

Source from the content-addressed store, hash-verified

22}
23
24export function createTraceId(prefix = 'trc') {
25 return `${prefix}_${crypto.randomUUID().replace(/-/g, '')}`;
26}
27
28export function createInteractionTraceContext(interaction, overrides = {}) {
29 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected