Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
func
normalizeURI(uri string) string {
111
u := storage.MustParseURI(uri)
112
return
u.String()
113
}
Callers
3
Tokens
Method · 0.85
AddTokens
Method · 0.85
RemoveTokens
Method · 0.85
Calls
2
MustParseURI
Function · 0.92
String
Method · 0.65
Tested by
no test coverage detected