Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ back_ready
Method
back_ready
DSView/pv/view/view.h:299–301 ·
view source on GitHub ↗
* back paint status */
Source
from the content-addressed store, hash-verified
297
* back paint status
298
*/
299
inline bool back_ready(){
300
return _back_ready;
301
}
302
303
inline void set_back(bool ready){
304
_back_ready = ready;
Callers
1
doPaint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected