Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ setViewportRows
Method
setViewportRows
common/script/scriptlogview.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void ScriptLogView::setViewportRows(int rows)
46
{
47
mViewport = std::max(1, rows);
48
}
49
50
void ScriptLogView::scrollLines(int lines)
51
{
Callers
2
draw
Method · 0.80
drawTop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected