Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ debugInfoWidth
Method
debugInfoWidth
MiniZincIDE/codeeditor.cpp:307–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
}
306
307
int CodeEditor::debugInfoWidth()
308
{
309
return !debugInfo->isVisible()?0:(3*DEBUG_TAB_SIZE);
310
}
311
312
int CodeEditor::debugInfoOffset()
313
{
Callers
1
sizeHint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected