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

Function repo_path

tests/unittests/test_zipenhancer_utility.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace {
22
23std::filesystem::path repo_path(const std::string & relative) {
24 return std::filesystem::path(ENGINE_REPO_ROOT) / relative;
25}
26
27engine::core::BackendConfig cuda_backend() {
28 engine::core::BackendConfig backend;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected