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

Method walk

src/support/lockedpool.cpp:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 " 0x" << used << std::endl;
150}
151void Arena::walk() const
152{
153 for (const auto& chunk: chunks_used)
154 printchunk(chunk.first, chunk.second, true);
155 std::cout << std::endl;
156 for (const auto& chunk: chunks_free)
157 printchunk(chunk.first, chunk.second->first, false);
158 std::cout << std::endl;
159}
160#endif
161
162/*******************************************************************************/

Callers 4

print_node_warningsFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

printchunkFunction · 0.85

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.64