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

Method nodeExists

src/linux/InotifyTree.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool InotifyTree::nodeExists(int wd) {
100 auto nodeIterator = mInotifyNodeByWatchDescriptor->find(wd);
101 return nodeIterator != mInotifyNodeByWatchDescriptor->end();
102}
103
104void InotifyTree::removeDirectory(int wd) {
105 auto nodeIterator = mInotifyNodeByWatchDescriptor->find(wd);

Callers 2

createDirectoryMethod · 0.80
renameDirectoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected