Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnswerDotAI/gpu.cpp
/ check
Function
check
experimental/legacy/audio/run.cpp:72–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void check(bool condition, const char *message) {
73
if (!condition) {
74
fprintf(stderr,
"%s\n"
, message);
75
Pa_Terminate();
76
exit(1);
77
}
78
}
79
80
int main(void) {
81
PaStreamParameters inputParameters, outputParameters;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected