MCPcopy Create free account
hub / github.com/ElementsProject/elements / listCommands

Method listCommands

src/rpc/server.cpp:489–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489std::vector<std::string> CRPCTable::listCommands() const
490{
491 std::vector<std::string> commandList;
492 for (const auto& i : mapCommands) commandList.emplace_back(i.first);
493 return commandList;
494}
495
496UniValue CRPCTable::dumpArgMap(const JSONRPCRequest& args_request) const
497{

Callers 2

GetRPCCommandsMethod · 0.80
listRpcCommandsMethod · 0.80

Calls 1

emplace_backMethod · 0.80

Tested by 1

GetRPCCommandsMethod · 0.64