MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / count

Method count

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5483–5485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5481 }
5482
5483 auto count() const -> size_t {
5484 return m_tokenBuffer.size() + (itEnd - it);
5485 }
5486
5487 auto operator*() const -> Token {
5488 assert(!m_tokenBuffer.empty());

Callers 10

convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
StreamingReporterBaseMethod · 0.45
oFunction · 0.45
sFunction · 0.45
cFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected