Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytesizedhosting/bcd
/ _filePath
Function
_filePath
plugins/plugin_data.go:1187–1190 ·
view source on GitHub ↗
(dir, name string)
Source
from the content-addressed store, hash-verified
1185
}
1186
1187
func
_filePath(dir, name string) string {
1188
cannonicalName := strings.Replace(name,
"\\"
,
"/"
, -1)
1189
return
filepath.Join(append([]string{dir}, strings.Split(cannonicalName,
"/"
)...)...)
1190
}
1191
Callers
1
RestoreAsset
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected