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

Function rpcNestedTest_rpc

src/qt/test/rpcnestedtests.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include <QtGlobal>
21
22static UniValue rpcNestedTest_rpc(const JSONRPCRequest& request)
23{
24 if (request.fHelp) {
25 return "help message";
26 }
27 return request.params.write(0, 0);
28}
29
30static const CRPCCommand vRPCCommands[] =
31{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected