Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MJx0/KittyMemoryEx
/ dirent
Class
dirent
KittyMemoryEx/KittyIOFile.cpp:272–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
base +=
'/'
;
271
272
while (struct dirent *f = readdir(dir))
273
{
274
if (f->d_name[0] ==
'.'
)
275
continue;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected