Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ StopREST
Function
StopREST
src/rest.cpp:626–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
}
625
626
void StopREST()
627
{
628
for (unsigned int i = 0; i < ARRAYLEN(uri_prefixes); i++)
629
UnregisterHTTPHandler(uri_prefixes[i].prefix, false);
630
}
Callers
1
Shutdown
Function · 0.85
Calls
1
UnregisterHTTPHandler
Function · 0.85
Tested by
no test coverage detected