Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ StartRPC
Function
StartRPC
src/rpc/server.cpp:273–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
void StartRPC()
274
{
275
LogDebug(BCLog::RPC,
"Starting RPC\n"
);
276
g_rpc_running = true;
277
}
278
279
void InterruptRPC()
280
{
Callers
1
AppInitServers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected