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

Function require

src/framework/audio/istft_graph.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void require(bool condition, const char * message) {
26 if (!condition) {
27 throw std::runtime_error(message);
28 }
29}
30
31struct Workspace {
32 int64_t frames = 0;

Callers 5

ensure_workspaceFunction · 0.70
ImplMethod · 0.70
computeMethod · 0.70
ImplMethod · 0.70
computeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected