Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
namespace {
17
18
std::filesystem::path repo_path(const std::string & relative) {
19
return std::filesystem::path(ENGINE_REPO_ROOT) / relative;
20
}
21
22
engine::core::BackendConfig cuda_backend() {
23
engine::core::BackendConfig backend;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected