MCPcopy Create free account
hub / github.com/brimdata/super / normalizeURI

Function normalizeURI

api/client/auth0/store.go:110–113  ·  view source on GitHub ↗
(uri string)

Source from the content-addressed store, hash-verified

108}
109
110func normalizeURI(uri string) string {
111 u := storage.MustParseURI(uri)
112 return u.String()
113}

Callers 3

TokensMethod · 0.85
AddTokensMethod · 0.85
RemoveTokensMethod · 0.85

Calls 2

MustParseURIFunction · 0.92
StringMethod · 0.65

Tested by

no test coverage detected