Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ MustParse
Function
MustParse
tempodb/backend/uuid.go:23–25 · tempodb/backend/uuid.go::MustParse
(s string)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
MustParse(s string) UUID {
24
return
UUID(google_uuid.MustParse(s))
25
}
26
27
func
ParseUUID(s string) (UUID, error) {
28
u, err := google_uuid.Parse(s)
Callers
15
TestIncludeBlock
Function · 0.92
TestIncludeCompactedBlock
Function · 0.92
TestTimeWindowBlockSelectorBlocksToCompact
Function · 0.92
TestApplyPollResults
Function · 0.92
meta
Function · 0.92
compactedMeta
Function · 0.92
TestTenantIndexBuilder
Function · 0.92
TestPollBlock
Function · 0.92
TestPollBlockWithNoCompactFlag
Function · 0.92
TestPollComparePreviousResults
Function · 0.92
TestQueryRangeAccessesCache
Function · 0.92
TestQueryRangeCachedMetrics
Function · 0.92
Calls
1
UUID
TypeAlias · 0.85
Tested by
15
TestIncludeBlock
Function · 0.74
TestIncludeCompactedBlock
Function · 0.74
TestTimeWindowBlockSelectorBlocksToCompact
Function · 0.74
TestApplyPollResults
Function · 0.74
meta
Function · 0.74
compactedMeta
Function · 0.74
TestTenantIndexBuilder
Function · 0.74
TestPollBlock
Function · 0.74
TestPollBlockWithNoCompactFlag
Function · 0.74
TestPollComparePreviousResults
Function · 0.74
TestQueryRangeAccessesCache
Function · 0.74
TestQueryRangeCachedMetrics
Function · 0.74