Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Write
Method
Write
Kernel/src/storage/diskdevice.cpp:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
ssize_t DiskDevice::Write(size_t off, size_t size, uint8_t* buffer){
78
return -ENOSYS;
79
}
80
81
DiskDevice::~DiskDevice(){
82
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected