Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ RegisterMiscRPCCommands
Function
RegisterMiscRPCCommands
src/rpc/misc.cpp:488–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
486
};
487
488
void RegisterMiscRPCCommands(CRPCTable &t)
489
{
490
for (unsigned int vcidx = 0; vcidx < ARRAYLEN(commands); vcidx++)
491
t.appendCommand(commands[vcidx].name, &commands[vcidx]);
492
}
Callers
1
RegisterAllCoreRPCCommands
Function · 0.85
Calls
1
appendCommand
Method · 0.80
Tested by
no test coverage detected