MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / GTestIsInitialized

Function GTestIsInitialized

rtpose_wrapper/src/gtest/gtest-all.cpp:1612–1612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610// under a mutex as it is only accessed in the main thread.
1611int g_init_gtest_count = 0;
1612static bool GTestIsInitialized() { return g_init_gtest_count != 0; }
1613
1614// Iterates over a vector of TestCases, keeping a running sum of the
1615// results of calling a given int-returning method on each.

Callers 1

RunAllTestsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected