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

Function GetCapturedStdout

tests/gtest/gtest-all.cc:10900–10902  ·  view source on GitHub ↗

Stops capturing stdout and returns the captured string.

Source from the content-addressed store, hash-verified

10898
10899// Stops capturing stdout and returns the captured string.
10900std::string GetCapturedStdout() {
10901 return GetCapturedStream(&g_captured_stdout);
10902}
10903
10904// Stops capturing stderr and returns the captured string.
10905std::string GetCapturedStderr() {

Callers

nothing calls this directly

Calls 1

GetCapturedStreamFunction · 0.85

Tested by

no test coverage detected