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

Function repo_path

tests/unittests/test_audio_utility_api.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace {
17
18std::filesystem::path repo_path(const std::string & relative) {
19 return std::filesystem::path(ENGINE_REPO_ROOT) / relative;
20}
21
22engine::core::BackendConfig cuda_backend() {
23 engine::core::BackendConfig backend;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected