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

Function uuidInName

tempodb/wal/wal_test.go:627–629  ·  view source on GitHub ↗
(name string, id uuid.UUID)

Source from the content-addressed store, hash-verified

625}
626
627func uuidInName(name string, id uuid.UUID) bool {
628 return len(name) >= 36 && name[:36] == id.String()
629}

Callers 1

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected