MCPcopy Create free account
hub / github.com/Axosoft/nsfw / removeDirectory

Method removeDirectory

src/linux/InotifyService.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void InotifyService::removeDirectory(int wd) {
109 mTree->removeDirectory(wd);
110}
111
112void InotifyService::renameDirectory(int fromWd, std::string fromName, int toWd, std::string toName) {
113 if (!mTree->nodeExists(fromWd) || !mTree->nodeExists(toWd)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected