Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PABannier/sam3.cpp
/ dirent
Class
dirent
examples/benchmark.cpp:171–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
return entries;
170
}
171
struct dirent * ent;
172
while ((ent = readdir(d)) != nullptr) {
173
std::string fname = ent->d_name;
174
if (!ends_with(fname,
".ggml"
)) continue;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected