Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ~DataStream
Method
~DataStream
Kernel/src/streams.cpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
DataStream::~DataStream(){
45
kfree(buffer);
46
}
47
48
int64_t DataStream::Read(void* data, size_t len){
49
acquireLock(&streamLock);
Callers
nothing calls this directly
Calls
1
kfree
Function · 0.85
Tested by
no test coverage detected