MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / GetCapturedStdout

Function GetCapturedStdout

test/common/gtest/gtest.cpp:9700–9702  ·  view source on GitHub ↗

Stops capturing stdout and returns the captured string.

Source from the content-addressed store, hash-verified

9698
9699// Stops capturing stdout and returns the captured string.
9700std::string GetCapturedStdout() {
9701 return GetCapturedStream(&g_captured_stdout);
9702}
9703
9704// Stops capturing stderr and returns the captured string.
9705std::string GetCapturedStderr() {

Callers

nothing calls this directly

Calls 1

GetCapturedStreamFunction · 0.85

Tested by

no test coverage detected