Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
func
NewTraceID() string {
9
return
randomHex(16)
10
}
11
12
func
NewSpanID() string {
13
return
randomHex(8)
Callers
3
infer
Method · 0.92
TestTraceAndSpanIDLengths
Function · 0.85
TestTraceIDIsUsuallyUnique
Function · 0.85
Calls
1
randomHex
Function · 0.85
Tested by
2
TestTraceAndSpanIDLengths
Function · 0.68
TestTraceIDIsUsuallyUnique
Function · 0.68