MCPcopy 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
305U32 KUnixSocketObject::read(KThread* thread, U32 buffer, U32 len) {
306 return read(thread, buffer, len, 0);
307}
308
309U32 KUnixSocketObject::read(KThread* thread, U32 buffer, U32 len, U32 flags) {
310 bool peek = false;

Callers

nothing calls this directly

Calls 10

readFunction · 0.85
kwarn_fmtFunction · 0.85
minFunction · 0.85
memcpyFunction · 0.85
size_usedMethod · 0.80
performOnMemoryMethod · 0.80
lockMethod · 0.45
canWriteMethod · 0.45
peekMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected