MCPcopy 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
25int lemon_readdir(int fd, uint64_t count, lemon_dirent_t* dirent){
26 return syscall(SYS_READDIR, fd, (uintptr_t)dirent, count);
27}

Callers 2

FileViewMethod · 0.85
ParseLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected