Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isType
Method
isType
src/eepp/ui/uicodeeditor.cpp:241–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
bool UICodeEditor::isType( const Uint32& type ) const {
242
return type == getType() || UIWidget::isType( type );
243
}
244
245
void UICodeEditor::setTheme( UITheme* Theme ) {
246
UIWidget::setTheme( Theme );
Callers
1
onCreateContextMenu
Method · 0.45
Calls
2
isType
Function · 0.85
getType
Function · 0.50
Tested by
no test coverage detected