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

Method end

tests/SelfTest/UsageTests/ToStringWhich.tests.cpp:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162struct just_range {
163 int_iterator begin() const { return int_iterator{ 1 }; }
164 int_iterator end() const { return {}; }
165};
166
167struct disabled_range {

Callers 5

escape_argFunction · 0.45
normalizeFilepathFunction · 0.45
Matchers.tests.cppFile · 0.45
testRunStartingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected