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

Method findIcon

src/tools/ecode/plugins/aiassistant/chatui.cpp:2674–2681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2672}
2673
2674Drawable* LLMChatUI::findIcon( const std::string& name, const size_t iconSize ) {
2675 if ( name.empty() )
2676 return nullptr;
2677 UIIcon* icon = getUISceneNode()->findIcon( name );
2678 if ( icon )
2679 return icon->getSize( iconSize );
2680 return nullptr;
2681}
2682
2683void LLMChatUI::addPermissionUI( const acp::RequestPermissionRequest& req,
2684 std::function<void( const acp::RequestPermissionResponse& )> cb ) {

Callers 15

openExpressionMenuMethod · 0.45
drawLineNumbersBeforeMethod · 0.45
dataMethod · 0.45
dataMethod · 0.45
dataMethod · 0.45
dataMethod · 0.45
drawTopMethod · 0.45
drawAfterLineTextMethod · 0.45
onCreateContextMenuMethod · 0.45
iconForMethod · 0.45
dataMethod · 0.45

Calls 2

emptyMethod · 0.45
getSizeMethod · 0.45

Tested by

no test coverage detected