MCPcopy 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
488func 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

BranchGetMethod · 0.85
MergeBranchMethod · 0.85
RevertMethod · 0.85
CompactMethod · 0.85
LoadMethod · 0.85
deleteMethod · 0.85
VacateMethod · 0.85
VacuumMethod · 0.85
doVectorMethod · 0.85

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected