MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Unwatch

Method Unwatch

Kernel/src/net/socket.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void Socket::Unwatch(FilesystemWatcher& watcher){
125 assert(!"Socket::Unwatch called from socket base");
126}
127
128LocalSocket::LocalSocket(int type, int protocol) : Socket(type, protocol){
129 domain = UnixDomain;

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected