MCPcopy
hub / github.com/OpenListTeam/OpenList / GetFullPath

Function GetFullPath

pkg/utils/path.go:90–92  ·  view source on GitHub ↗
(mountPath, path string)

Source from the content-addressed store, hash-verified

88}
89
90func GetFullPath(mountPath, path string) string {
91 return stdpath.Join(GetActualMountPath(mountPath), path)
92}
93
94// GetPathHierarchy generates a hierarchy of paths from the given path.
95//

Callers 5

KeyFunction · 0.92
listFunction · 0.92
objsUpdateHookFunction · 0.92
HookAndRemoveFunction · 0.92

Calls 1

GetActualMountPathFunction · 0.85

Tested by

no test coverage detected