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

Method currentElementAsString

extras/catch_amalgamated.cpp:2564–2569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2562 }
2563
2564 StringRef GeneratorUntypedBase::currentElementAsString() const {
2565 if ( m_stringReprCache.empty() ) {
2566 m_stringReprCache = stringifyImpl();
2567 }
2568 return m_stringReprCache;
2569 }
2570
2571 bool GeneratorUntypedBase::isFinite() const { return true; }
2572

Callers 1

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected