| 68 | } |
| 69 | |
| 70 | std::string InotifyTree::getError() { |
| 71 | return mError; |
| 72 | } |
| 73 | |
| 74 | bool InotifyTree::getPath(std::string &out, int wd) { |
| 75 | auto nodeIterator = mInotifyNodeByWatchDescriptor->find(wd); |
nothing calls this directly
no outgoing calls
no test coverage detected