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

Method reset

lib/catch2/catch.hpp:4437–4441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4435 }
4436
4437 void reset() {
4438 if( nullableValue )
4439 nullableValue->~T();
4440 nullableValue = nullptr;
4441 }
4442
4443 T& operator*() { return *nullableValue; }
4444 T const& operator*() const { return *nullableValue; }

Callers 11

testCaseEndedMethod · 0.45
testGroupEndedMethod · 0.45
testRunEndedMethod · 0.45
testCaseEndedMethod · 0.45
BenchmarkFunctionClass · 0.45
applyCommandLineMethod · 0.45
useConfigDataMethod · 0.45
endRunMethod · 0.45
test_MemArena.ccFile · 0.45
test_Lexicon.ccFile · 0.45
init_delimiter_setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected