MCPcopy
hub / github.com/grafana/tempo / Unmarshal

Method Unmarshal

tempodb/backend/uuid.go:48–55  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

46}
47
48func (u *UUID) Unmarshal(data []byte) error {
49 err := ((*google_uuid.UUID)(u)).UnmarshalBinary(data)
50 if err != nil {
51 return err
52 }
53
54 return nil
55}
56
57func (u *UUID) Size() int {
58 return 16

Callers 1

Test_roundTripFunction · 0.95

Calls

no outgoing calls

Tested by 1

Test_roundTripFunction · 0.76