MCPcopy 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
307int CodeEditor::debugInfoWidth()
308{
309 return !debugInfo->isVisible()?0:(3*DEBUG_TAB_SIZE);
310}
311
312int CodeEditor::debugInfoOffset()
313{

Callers 1

sizeHintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected