Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ urlPath
Function
urlPath
api/client/connection.go:488–494 ·
view source on GitHub ↗
(elem ...string)
Source
from the content-addressed store, hash-verified
486
}
487
488
func
urlPath(elem ...string) string {
489
var
b strings.Builder
490
for
_, e :=
range
elem {
491
b.WriteString(
"/"
+ url.PathEscape(e))
492
}
493
return
path.Clean(b.String())
494
}
Callers
9
BranchGet
Method · 0.85
MergeBranch
Method · 0.85
Revert
Method · 0.85
Compact
Method · 0.85
Load
Method · 0.85
delete
Method · 0.85
Vacate
Method · 0.85
Vacuum
Method · 0.85
doVector
Method · 0.85
Calls
1
String
Method · 0.65
Tested by
no test coverage detected