Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
func
NewSpanID() string {
13
return
randomHex(8)
14
}
15
16
func
randomHex(byteLen int) string {
17
buf := make([]byte, byteLen)
Callers
3
infer
Method · 0.92
emitInferStepTrace
Method · 0.92
TestTraceAndSpanIDLengths
Function · 0.85
Calls
1
randomHex
Function · 0.85
Tested by
1
TestTraceAndSpanIDLengths
Function · 0.68