MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getNodeFromLocalPath

Method getNodeFromLocalPath

source/io/fs.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131std::shared_ptr<FsNode> Fs::getNodeFromLocalPath(const BString& currentDirectory, const BString& path, bool followLink, bool* isLink) {
132 return Fs::getNodeFromLocalPath(currentDirectory, path, nullptr, nullptr, followLink, isLink);
133}
134
135BString Fs::getFullPath(const BString& currentDirectory, const BString& path) {
136 BString fullpath;

Callers

nothing calls this directly

Calls 14

cleanPathFunction · 0.85
getChildByNameMethod · 0.80
startsWithMethod · 0.80
lengthMethod · 0.45
push_backMethod · 0.45
sizeMethod · 0.45
backMethod · 0.45
isLinkMethod · 0.45
getLinkMethod · 0.45
eraseMethod · 0.45
beginMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected