Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
int64_t Stream::Empty(){
26
return 1;
27
}
28
29
void Stream::Wait(){
30
assert(!
"Stream::Wait called from base class"
);
Callers
2
ReceiveFrom
Method · 0.80
CanRead
Method · 0.80
Calls
1
get_length
Method · 0.45
Tested by
no test coverage detected