MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / Dir

Method Dir

cli/pkg/k8s/filespec.go:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func (p remotePath) Dir() remotePath {
101 return newRemotePath(path.Dir(p.file))
102}
103
104func (p remotePath) Base() remotePath {
105 return newRemotePath(path.Base(p.file))

Callers

nothing calls this directly

Calls 2

newRemotePathFunction · 0.85
DirMethod · 0.45

Tested by

no test coverage detected