Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Size
Method
Size
tempodb/backend/uuid.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(u *UUID) Size() int {
58
return
16
59
}
60
61
func
(u UUID) MarshalJSON() ([]byte, error) {
62
return
json.Marshal(((google_uuid.UUID)(u)).String())
Callers
1
Test_roundTrip
Function · 0.95
Calls
no outgoing calls
Tested by
1
Test_roundTrip
Function · 0.76