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

Method __pushKV

src/univalue/lib/univalue.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void UniValue::__pushKV(const std::string& key, const UniValue& val_)
128{
129 keys.push_back(key);
130 values.push_back(val_);
131}
132
133bool UniValue::pushKV(const std::string& key, const UniValue& val_)
134{

Callers 5

getaddressesbylabelFunction · 0.80
settings_tests.cppFile · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
MempoolToJSONFunction · 0.80
WriteSettingsFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64