Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ doDraw
Method
doDraw
common/Screen.cpp:49–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
#elif defined(__SWITCH__)
48
49
void Screen::doDraw() const
50
{
51
draw();
52
if (currentOverlay) {
53
currentOverlay->draw();
54
}
55
}
56
57
#endif
58
Callers
1
main
Function · 0.80
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected