MCPcopy Create free account
hub / github.com/kataras/iris / joinPath

Function joinPath

core/router/path.go:86–88  ·  view source on GitHub ↗
(path1 string, path2 string)

Source from the content-addressed store, hash-verified

84}
85
86func joinPath(path1 string, path2 string) string {
87 return path.Join(path1, path2)
88}
89
90// cleanPath applies the following rules
91// iteratively until no further processing can be done:

Callers 1

HandleDirMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…