MCPcopy
hub / github.com/go-bindata/go-bindata / _filePath

Function _filePath

testdata/out/debug.go:258–261  ·  view source on GitHub ↗
(dir, name string)

Source from the content-addressed store, hash-verified

256}
257
258func _filePath(dir, name string) string {
259 cannonicalName := strings.Replace(name, "\\", "/", -1)
260 return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
261}

Callers 1

RestoreAssetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…