MCPcopy Create free account
hub / github.com/catchorg/Catch2 / begin

Method begin

extras/catch_amalgamated.cpp:7946–7948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7944 }
7945
7946 AnsiSkippingString::const_iterator AnsiSkippingString::begin() const {
7947 return const_iterator( m_string );
7948 }
7949
7950 AnsiSkippingString::const_iterator AnsiSkippingString::end() const {
7951 return const_iterator( m_string, const_iterator::EndTag{} );

Callers 15

substringMethod · 0.95
resampleFunction · 0.45
bootstrapFunction · 0.45
TestGroupMethod · 0.45
matchesMethod · 0.45
operator()Method · 0.45
TokenStreamMethod · 0.45
ArgsMethod · 0.45
tryTranslatorsFunction · 0.45
splitKVPairFunction · 0.45
closeMethod · 0.45

Calls 1

const_iteratorClass · 0.70

Tested by 1

TestGroupMethod · 0.36