MCPcopy
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
40func (u UUID) Marshal() ([]byte, error) {
41 return ((google_uuid.UUID)(u)).MarshalBinary()
42}
43
44func (u UUID) MarshalTo(data []byte) (n int, err error) {
45 return copy(data, u[:]), nil

Callers 1

Test_roundTripFunction · 0.95

Calls

no outgoing calls

Tested by 1

Test_roundTripFunction · 0.76