Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ StopREST
Function
StopREST
src/rest.cpp:581–585 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
579
}
580
581
void StopREST()
582
{
583
for (unsigned int i = 0; i < ARRAYLEN(uri_prefixes); i++)
584
UnregisterHTTPHandler(uri_prefixes[i].prefix, false);
585
}
Callers
1
PrepareShutdown
Function · 0.85
Calls
1
UnregisterHTTPHandler
Function · 0.85
Tested by
no test coverage detected