Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ require
Function
require
tests/unittests/test_zipenhancer_utility.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void require(bool condition, const std::string & message) {
46
if (!condition) {
47
throw std::runtime_error(message);
48
}
49
}
50
51
void require_close(
52
const std::vector<float> & actual,
Callers
3
require_close
Function · 0.70
run_case
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected