Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
CRPCConvertTable::CRPCConvertTable()
Callers
2
content_hash
Function · 0.80
RPCConvertValues
Function · 0.80
Calls
1
count
Method · 0.80
Tested by
no test coverage detected