Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
296
bool DocumentView::isPendingReconstruction() const {
297
return mPendingReconstruction;
298
}
299
300
void DocumentView::setPendingReconstruction( bool pendingReconstruction ) {
301
mPendingReconstruction = pendingReconstruction;
Callers
1
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected