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

Method getError

src/linux/InotifyTree.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70std::string InotifyTree::getError() {
71 return mError;
72}
73
74bool InotifyTree::getPath(std::string &out, int wd) {
75 auto nodeIterator = mInotifyNodeByWatchDescriptor->find(wd);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected