Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Watch
Method
Watch
Kernel/src/net/socket.cpp:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
void Socket::Watch(FilesystemWatcher& watcher, int events){
121
assert(!
"Socket::Watch called from socket base"
);
122
}
123
124
void Socket::Unwatch(FilesystemWatcher& watcher){
125
assert(!
"Socket::Unwatch called from socket base"
);
Callers
nothing calls this directly
Calls
1
add_back
Method · 0.45
Tested by
no test coverage detected