Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
627
func
uuidInName(name string, id uuid.UUID) bool {
628
return
len(name) >= 36 && name[:36] == id.String()
629
}
Callers
1
TestClearTombstonedBlocks_walSweep
Function · 0.85
Calls
1
String
Method · 0.45
Tested by
no test coverage detected