MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / RegisterNetRPCCommands

Function RegisterNetRPCCommands

src/rpc/net.cpp:644–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642};
643
644void RegisterNetRPCCommands(CRPCTable &t)
645{
646 for (unsigned int vcidx = 0; vcidx < ARRAYLEN(commands); vcidx++)
647 t.appendCommand(commands[vcidx].name, &commands[vcidx]);
648}

Callers 1

Calls 1

appendCommandMethod · 0.80

Tested by

no test coverage detected