MCPcopy 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
120void Socket::Watch(FilesystemWatcher& watcher, int events){
121 assert(!"Socket::Watch called from socket base");
122}
123
124void Socket::Unwatch(FilesystemWatcher& watcher){
125 assert(!"Socket::Unwatch called from socket base");

Callers

nothing calls this directly

Calls 1

add_backMethod · 0.45

Tested by

no test coverage detected