Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ lemon_readdir
Function
lemon_readdir
LibLemon/src/lemon/filesystem.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
int lemon_readdir(int fd, uint64_t count, lemon_dirent_t* dirent){
26
return syscall(SYS_READDIR, fd, (uintptr_t)dirent, count);
27
}
Callers
2
FileView
Method · 0.85
ParseLine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected