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

Function asset_path

tests/unittests/test_flashsr_utility.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26std::filesystem::path asset_path(const std::string & relative) {
27 return std::filesystem::path(ENGINE_TEST_ASSET_ROOT) / relative;
28}
29
30void require(bool condition, const std::string & message) {
31 if (!condition) {

Callers 1

run_caseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected