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

Function resolve_model_file

src/framework/assets/resource_bundle.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18std::filesystem::path resolve_model_file(
19 const std::filesystem::path & model_root,
20 const std::filesystem::path & relative_path) {
21 return require_model_root(model_root) / relative_path;
22}
23
24} // namespace
25

Callers 2

add_model_fileMethod · 0.85

Calls 1

require_model_rootFunction · 0.85

Tested by

no test coverage detected