MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / has_file

Method has_file

src/framework/assets/resource_bundle.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ResourceBundle::add_model_files(std::initializer_list<ResourceSpec> specs) {
70 for (const auto & spec : specs) {
71 if (spec.required) {
72 add_model_file(spec.id, spec.relative_path);
73 continue;
74 }

Callers 1

resolve_descriptorFunction · 0.80

Calls 3

stringFunction · 0.50
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected