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

Function require

tests/unittests/test_server_config.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10namespace {
11
12void require(bool condition, const std::string & message) {
13 if (!condition) {
14 throw std::runtime_error(message);
15 }
16}
17
18std::filesystem::path make_temp_root() {

Calls

no outgoing calls

Tested by

no test coverage detected