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

Function NewSpanID

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

Source from the content-addressed store, hash-verified

10}
11
12func NewSpanID() string {
13 return randomHex(8)
14}
15
16func randomHex(byteLen int) string {
17 buf := make([]byte, byteLen)

Callers 3

inferMethod · 0.92
emitInferStepTraceMethod · 0.92

Calls 1

randomHexFunction · 0.85

Tested by 1