MCPcopy Create free account
hub / github.com/PABannier/sam3.cpp / ModelEntry

Class ModelEntry

examples/benchmark.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128// ── Model discovery ─────────────────────────────────────────────────────────
129
130struct ModelEntry {
131 std::string path;
132 std::string name;
133 int64_t file_size;
134};
135
136static std::vector<ModelEntry> discover_models(const std::string & dir,
137 const std::string & filter) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected