MCPcopy
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
57func (u *UUID) Size() int {
58 return 16
59}
60
61func (u UUID) MarshalJSON() ([]byte, error) {
62 return json.Marshal(((google_uuid.UUID)(u)).String())

Callers 1

Test_roundTripFunction · 0.95

Calls

no outgoing calls

Tested by 1

Test_roundTripFunction · 0.76