MCPcopy Create free account
hub / github.com/andrewkchan/deepseek.cpp / dirent

Class dirent

src/codec.cpp:342–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341 // Collect all files
342 struct dirent* entry;
343 while ((entry = readdir(dir)) != nullptr) {
344 std::string filename = entry->d_name;
345 // Skip . and .. directory entries

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected