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

Method addInode

src/linux/InotifyTree.cpp:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158bool InotifyTree::addInode(ino_t inodeNumber, InotifyNode *node) {
159 return inodes.insert(std::pair<ino_t, InotifyNode *>(inodeNumber,node)).second;
160}
161
162void InotifyTree::removeInode(ino_t inodeNumber) {
163 inodes.erase(inodeNumber);

Callers 2

InotifyNodeMethod · 0.80
addChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected