MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Poll

Method Poll

DebugView++Lib/ProcessReader.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void ProcessReader::Poll()
43{
44 m_stdout.Poll(*this);
45 m_stderr.Poll(*this);
46}
47
48} // namespace debugviewpp
49} // namespace fusion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected