MCPcopy Create free account
hub / github.com/apache/trafficserver / next

Method next

lib/catch2/catch.hpp:4273–4279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4271 return m_cache;
4272 }
4273 bool next() override {
4274 const auto success = m_generator.next();
4275 if (success) {
4276 m_cache = m_function(m_generator.get());
4277 }
4278 return success;
4279 }
4280 };
4281
4282 template <typename Func, typename U, typename T = FunctionReturnType<Func, U>>

Callers

nothing calls this directly

Calls 2

nextMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected