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

Method remove

src/linux/InotifyService.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void InotifyService::remove(int wd, std::string name) {
90 dispatch(DELETED, wd, name);
91}
92
93void InotifyService::rename(int fromWd, std::string fromName, int toWd, std::string toName) {
94 dispatchRename(fromWd, fromName, toWd, toName);

Callers 1

workMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected