Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
void 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_descriptor
Function · 0.80
Calls
3
string
Function · 0.50
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected