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

Function GetCapturedStderr

tests/gtest/gtest-all.cc:10905–10907  ·  view source on GitHub ↗

Stops capturing stderr and returns the captured string.

Source from the content-addressed store, hash-verified

10903
10904// Stops capturing stderr and returns the captured string.
10905std::string GetCapturedStderr() {
10906 return GetCapturedStream(&g_captured_stderr);
10907}
10908
10909#endif // GTEST_HAS_STREAM_REDIRECTION
10910

Callers 1

GetErrorLogsMethod · 0.85

Calls 1

GetCapturedStreamFunction · 0.85

Tested by

no test coverage detected