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

Function CaptureStdout

test/common/gtest/gtest.cpp:9690–9692  ·  view source on GitHub ↗

Starts capturing stdout.

Source from the content-addressed store, hash-verified

9688
9689// Starts capturing stdout.
9690void CaptureStdout() {
9691 CaptureStream(kStdOutFileno, "stdout", &g_captured_stdout);
9692}
9693
9694// Starts capturing stderr.
9695void CaptureStderr() {

Callers

nothing calls this directly

Calls 1

CaptureStreamFunction · 0.85

Tested by

no test coverage detected