Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void InotifyService::create(int wd, std::string name) {
40
dispatch(CREATED, wd, name);
41
}
42
43
void InotifyService::dispatch(EventType action, int wd, std::string name) {
44
std::string path;
Callers
1
work
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected