MCPcopy
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
23func MustParse(s string) UUID {
24 return UUID(google_uuid.MustParse(s))
25}
26
27func ParseUUID(s string) (UUID, error) {
28 u, err := google_uuid.Parse(s)

Callers 15

TestIncludeBlockFunction · 0.92
TestApplyPollResultsFunction · 0.92
metaFunction · 0.92
compactedMetaFunction · 0.92
TestTenantIndexBuilderFunction · 0.92
TestPollBlockFunction · 0.92

Calls 1

UUIDTypeAlias · 0.85

Tested by 15

TestIncludeBlockFunction · 0.74
TestApplyPollResultsFunction · 0.74
metaFunction · 0.74
compactedMetaFunction · 0.74
TestTenantIndexBuilderFunction · 0.74
TestPollBlockFunction · 0.74