Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
namespace {
11
12
void require(bool condition, const std::string & message) {
13
if (!condition) {
14
throw std::runtime_error(message);
15
}
16
}
17
18
std::filesystem::path make_temp_root() {
Callers
3
test_inline_default_and_named_presets
Function · 0.70
test_default_preset_name
Function · 0.70
test_missing_default_preset_name_is_rejected
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected