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

Method getGutterSpace

src/eepp/ui/uicodeeditor.cpp:3385–3391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3383}
3384
3385Float UICodeEditor::getGutterSpace( UICodeEditorPlugin* plugin ) const {
3386 for ( const auto& space : mPluginGutterSpaces ) {
3387 if ( space.plugin == plugin )
3388 return space.space;
3389 }
3390 return 0;
3391}
3392
3393Float UICodeEditor::getPluginsGutterSpace() const {
3394 return mPluginsGutterSpace;

Callers 2

drawLineNumbersBeforeMethod · 0.80
onMouseDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected