Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ StopREST
Function
StopREST
src/rest.cpp:962–967 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
960
}
961
962
void StopREST()
963
{
964
for (const auto& up : uri_prefixes) {
965
UnregisterHTTPHandler(up.prefix, false);
966
}
967
}
Callers
1
Shutdown
Function · 0.85
Calls
1
UnregisterHTTPHandler
Function · 0.85
Tested by
no test coverage detected