Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ shutdown_requested
Function
shutdown_requested
app/server/main.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
bool shutdown_requested() {
23
return g_shutdown_requested != 0;
24
}
25
26
std::optional<std::string> arg_value(int argc, char ** argv, const std::string & name) {
27
for (int i = 1; i + 1 < argc; ++i) {
Callers
1
serve_http
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected