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

Method modify

src/linux/InotifyService.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void InotifyService::modify(int wd, std::string name) {
86 dispatch(MODIFIED, wd, name);
87}
88
89void InotifyService::remove(int wd, std::string name) {
90 dispatch(DELETED, wd, name);

Callers 1

workMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected