MCPcopy Create free account
hub / github.com/MikeMirzayanov/testlib / TestlibFinalizeGuard

Method TestlibFinalizeGuard

testlib.h:2690–2692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2688 int quitCount, readEofCount;
2689
2690 TestlibFinalizeGuard() : quitCount(0), readEofCount(0) {
2691 // No operations.
2692 }
2693
2694 ~TestlibFinalizeGuard() {
2695 bool _alive = alive;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected