Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ReadDir
Method
ReadDir
Kernel/src/fs/fsnodestubs.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
int FsNode::ReadDir(DirectoryEntry*, uint32_t){
35
return -ENOSYS;
36
}
37
38
FsNode* FsNode::FindDir(char* name){
39
return nullptr;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected