MCPcopy Create free account
hub / github.com/commontk/CTK / readAllOutputData

Method readAllOutputData

Libs/CommandLineModules/Core/ctkCmdLineModuleFuture.cpp:36–39  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

34
35//----------------------------------------------------------------------------
36QByteArray ctkCmdLineModuleFuture::readAllOutputData() const
37{
38 return d.outputData();
39}
40
41//----------------------------------------------------------------------------
42QByteArray ctkCmdLineModuleFuture::readAllErrorData() const

Callers 2

mainFunction · 0.45
testOutputMethod · 0.45

Calls 1

outputDataMethod · 0.80

Tested by 1

testOutputMethod · 0.36