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

Method removeInode

src/linux/InotifyTree.cpp:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void InotifyTree::removeInode(ino_t inodeNumber) {
163 inodes.erase(inodeNumber);
164}
165
166InotifyTree::InotifyNode * InotifyTree::findNodeByInode(ino_t inodeNumber) {
167 auto nodeIterator = inodes.find(inodeNumber);

Callers 2

InotifyNodeMethod · 0.80
~InotifyNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected