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

Method readAllErrorData

Libs/CommandLineModules/Core/ctkCmdLineModuleFuture.cpp:42–45  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

40
41//----------------------------------------------------------------------------
42QByteArray ctkCmdLineModuleFuture::readAllErrorData() const
43{
44 return d.errorData();
45}
46
47//----------------------------------------------------------------------------
48bool ctkCmdLineModuleFuture::canCancel() const

Callers 3

mainFunction · 0.45
testOutputMethod · 0.45
testErrorMethod · 0.45

Calls 1

errorDataMethod · 0.80

Tested by 2

testOutputMethod · 0.36
testErrorMethod · 0.36