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

Function GetCapturedStdout

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

Stops capturing stdout and returns the captured string.

Source from the content-addressed store, hash-verified

8420
8421// Stops capturing stdout and returns the captured string.
8422String GetCapturedStdout() { return GetCapturedStream(&g_captured_stdout); }
8423
8424// Stops capturing stderr and returns the captured string.
8425String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); }

Callers

nothing calls this directly

Calls 1

GetCapturedStreamFunction · 0.85

Tested by

no test coverage detected