MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / Consumed

Method Consumed

src/util/string.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74size_t LineReader::Consumed() const
75{
76 return std::distance(start, it);
77}
78} // namespace util

Callers 4

ReadMethod · 0.80
LoadBodyMethod · 0.80
ReadRequestMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64