Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
void Socket::Unwatch(FilesystemWatcher& watcher){
125
assert(!
"Socket::Unwatch called from socket base"
);
126
}
127
128
LocalSocket::LocalSocket(int type, int protocol) : Socket(type, protocol){
129
domain = UnixDomain;
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected