Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Read
Method
Read
Kernel/src/fs/fsnodestubs.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
ssize_t FsNode::Read(size_t, size_t, uint8_t *){
11
return -ENOSYS;
12
}
13
14
ssize_t FsNode::Write(size_t, size_t, uint8_t *){
15
return -ENOSYS;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected