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

Method find_file

src/framework/assets/resource_bundle.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 if (spec.required) {
72 add_model_file(spec.id, spec.relative_path);
73 continue;
74 }
75 (void) add_optional_model_file(spec.id, spec.relative_path);
76 }
77}
78
79const std::filesystem::path & ResourceBundle::model_root() const noexcept {
80 return model_root_;
81}
82

Callers 6

resolve_omnivoice_assetsFunction · 0.80
load_omnivoice_assetsFunction · 0.80
fill_pathsFunction · 0.80
resolve_qwen3_asr_assetsFunction · 0.80
load_qwen3_asr_assetsFunction · 0.80
fill_pathsFunction · 0.80

Calls 3

stringFunction · 0.50
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected