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

Method create

src/linux/InotifyService.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void InotifyService::create(int wd, std::string name) {
40 dispatch(CREATED, wd, name);
41}
42
43void InotifyService::dispatch(EventType action, int wd, std::string name) {
44 std::string path;

Callers 1

workMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected