MCPcopy Create free account
hub / github.com/InferCore/InferCore / NewTraceID

Function NewTraceID

internal/traceutil/ids.go:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6)
7
8func NewTraceID() string {
9 return randomHex(16)
10}
11
12func NewSpanID() string {
13 return randomHex(8)

Callers 3

inferMethod · 0.92

Calls 1

randomHexFunction · 0.85

Tested by 2