MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / death_test_count

Function death_test_count

tests/gtest/gtest.h:13102–13102  ·  view source on GitHub ↗

Returns the death test count.

Source from the content-addressed store, hash-verified

13100
13101 // Returns the death test count.
13102 int death_test_count() const { return death_test_count_; }
13103
13104 // Increments the death test count, returning the new count.
13105 int increment_death_test_count() { return ++death_test_count_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected