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