Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ read
Method
read
source/kernel/kunixsocket.cpp:305–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
U32 KUnixSocketObject::read(KThread* thread, U32 buffer, U32 len) {
306
return read(thread, buffer, len, 0);
307
}
308
309
U32 KUnixSocketObject::read(KThread* thread, U32 buffer, U32 len, U32 flags) {
310
bool peek = false;
Callers
nothing calls this directly
Calls
10
read
Function · 0.85
kwarn_fmt
Function · 0.85
min
Function · 0.85
memcpy
Function · 0.85
size_used
Method · 0.80
performOnMemory
Method · 0.80
lock
Method · 0.45
canWrite
Method · 0.45
peek
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected