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

Function asset_path

tests/unittests/test_zipenhancer_utility.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::filesystem::path asset_path(const std::string & relative) {
42 return std::filesystem::path(ENGINE_TEST_ASSET_ROOT) / relative;
43}
44
45void require(bool condition, const std::string & message) {
46 if (!condition) {

Callers 2

run_caseFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected