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

Method getType

src/eepp/ui/uicodeeditor.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237Uint32 UICodeEditor::getType() const {
238 return UI_TYPE_CODEEDITOR;
239}
240
241bool UICodeEditor::isType( const Uint32& type ) const {
242 return type == getType() || UIWidget::isType( type );

Callers 3

drawLineTextMethod · 0.45
drawLineEndingsMethod · 0.45
isMonospaceLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected