MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / count

Method count

unittests/catch.hpp:5689–5689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5687 }
5688
5689 auto count() const -> size_t { return m_tokenBuffer.size() + (itEnd - it); }
5690
5691 auto operator*() const -> Token {
5692 assert( !m_tokenBuffer.empty() );

Callers 9

nowFunction · 0.45
nowFunction · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
StreamingReporterBaseMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected