MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isPendingReconstruction

Method isPendingReconstruction

src/eepp/ui/doc/documentview.cpp:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296bool DocumentView::isPendingReconstruction() const {
297 return mPendingReconstruction;
298}
299
300void DocumentView::setPendingReconstruction( bool pendingReconstruction ) {
301 mPendingReconstruction = pendingReconstruction;

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected