Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ CanRead
Method
CanRead
Kernel/include/net/socket.h:178–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
void Unwatch(FilesystemWatcher& watcher);
177
178
bool CanRead() { if(inbound) return !inbound->Empty(); else return false; }
179
};
180
181
class IPSocket : public Socket {
Callers
nothing calls this directly
Calls
1
Empty
Method · 0.80
Tested by
no test coverage detected