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_zipenhancer_utility.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
namespace {
22
23
std::filesystem::path repo_path(const std::string & relative) {
24
return std::filesystem::path(ENGINE_REPO_ROOT) / relative;
25
}
26
27
engine::core::BackendConfig cuda_backend() {
28
engine::core::BackendConfig backend;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected