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

Method Empty

Kernel/src/streams.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25int64_t Stream::Empty(){
26 return 1;
27}
28
29void Stream::Wait(){
30 assert(!"Stream::Wait called from base class");

Callers 2

ReceiveFromMethod · 0.80
CanReadMethod · 0.80

Calls 1

get_lengthMethod · 0.45

Tested by

no test coverage detected