Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ require
Function
require
tests/unittests/test_flashsr_utility.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void require(bool condition, const std::string & message) {
31
if (!condition) {
32
throw std::runtime_error(message);
33
}
34
}
35
36
void require_close(
37
const std::vector<float> & actual,
Callers
2
require_close
Function · 0.70
run_case
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected