Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
void InotifyService::modify(int wd, std::string name) {
86
dispatch(MODIFIED, wd, name);
87
}
88
89
void InotifyService::remove(int wd, std::string name) {
90
dispatch(DELETED, wd, name);
Callers
1
work
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected