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

Function Passed

rtpose_wrapper/src/gtest/gtest.h:17549–17549  ·  view source on GitHub ↗

Returns true iff the test passed (i.e. no test part failed).

Source from the content-addressed store, hash-verified

17547
17548 // Returns true iff the test passed (i.e. no test part failed).
17549 bool Passed() const { return !Failed(); }
17550
17551 // Returns true iff the test failed.
17552 bool Failed() const;

Callers

nothing calls this directly

Calls 1

FailedFunction · 0.70

Tested by

no test coverage detected