MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getGutterLocalStartOffset

Method getGutterLocalStartOffset

src/eepp/ui/uicodeeditor.cpp:3375–3383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3373}
3374
3375Float UICodeEditor::getGutterLocalStartOffset( UICodeEditorPlugin* plugin ) const {
3376 Float offset = 0;
3377 for ( const auto& space : mPluginGutterSpaces ) {
3378 if ( space.plugin == plugin )
3379 return offset;
3380 offset += space.space;
3381 }
3382 return offset;
3383}
3384
3385Float UICodeEditor::getGutterSpace( UICodeEditorPlugin* plugin ) const {
3386 for ( const auto& space : mPluginGutterSpaces ) {

Callers 2

drawLineNumbersBeforeMethod · 0.80
onMouseDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected