MCPcopy Create free account
hub / github.com/LUX-Core/lux / keys

Method keys

src/cpp-ethereum/libdevcore/MemoryDB.cpp:179–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179h256Hash MemoryDB::keys() const
180{
181#if DEV_GUARDED_DB
182 ReadGuard l(x_this);
183#endif
184 h256Hash ret;
185 for (auto const& i: m_main)
186 if (i.second.second)
187 ret.insert(i.first);
188 return ret;
189}
190
191}

Callers 13

run_testMethod · 0.45
KeyManagerMethod · 0.45
accountsMethod · 0.45
hasAccountMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
executeMethod · 0.45
executeMethod · 0.45
leftOversMethod · 0.45
on_currentChangedMethod · 0.45
on_closeButtonClickMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by 4

run_testMethod · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36