MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / convert

Method convert

src/rpcclient.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 CRPCConvertTable();
106
107 bool convert(const std::string& method, int idx) {
108 return (members.count(std::make_pair(method, idx)) > 0);
109 }
110};
111
112CRPCConvertTable::CRPCConvertTable()

Callers 2

content_hashFunction · 0.80
RPCConvertValuesFunction · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected