MCPcopy 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
488void 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

Calls 1

appendCommandMethod · 0.80

Tested by

no test coverage detected