MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onPrepare

Method onPrepare

Misc/GenericDataSaver.cpp:53–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53void
54GenericDataWorker::onPrepare(void)
55{
56 if (!this->writerPrepared) {
57 this->writerPrepared = this->instance->writer->prepare();
58 if (!this->writerPrepared)
59 emit error(QString::fromStdString(this->instance->writer->getError()));
60 else
61 emit prepared();
62 }
63}
64
65void
66GenericDataWorker::onCommit(void)

Callers

nothing calls this directly

Calls 2

prepareMethod · 0.45
getErrorMethod · 0.45

Tested by

no test coverage detected