Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Axosoft/nsfw
/ addNodeReferenceByWD
Method
addNodeReferenceByWD
src/linux/InotifyTree.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void InotifyTree::addNodeReferenceByWD(int wd, InotifyNode *node) {
67
(*mInotifyNodeByWatchDescriptor)[wd] = node;
68
}
69
70
std::string InotifyTree::getError() {
71
return mError;
Callers
1
inotifyInit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected