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

Function GetCapturedStderr

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

Stops capturing stderr and returns the captured string.

Source from the content-addressed store, hash-verified

8423
8424// Stops capturing stderr and returns the captured string.
8425String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); }
8426
8427#endif // GTEST_HAS_STREAM_REDIRECTION
8428

Callers 1

PassedMethod · 0.85

Calls 1

GetCapturedStreamFunction · 0.85

Tested by

no test coverage detected