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

Function repo_path

tests/unittests/test_flashsr_utility.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace {
21
22std::filesystem::path repo_path(const std::string & relative) {
23 return std::filesystem::path(ENGINE_REPO_ROOT) / relative;
24}
25
26std::filesystem::path asset_path(const std::string & relative) {
27 return std::filesystem::path(ENGINE_TEST_ASSET_ROOT) / relative;

Callers 1

run_caseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected