Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Marshal
Method
Marshal
tempodb/backend/uuid.go:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(u UUID) Marshal() ([]byte, error) {
41
return
((google_uuid.UUID)(u)).MarshalBinary()
42
}
43
44
func
(u UUID) MarshalTo(data []byte) (n int, err error) {
45
return
copy(data, u[:]), nil
Callers
1
Test_roundTrip
Function · 0.95
Calls
no outgoing calls
Tested by
1
Test_roundTrip
Function · 0.76