MCPcopy
hub / github.com/crewAIInc/crewAI / _entity_icon

Function _entity_icon

lib/cli/src/crewai_cli/checkpoint_tui.py:114–117  ·  view source on GitHub ↗
(etype: str)

Source from the content-addressed store, hash-verified

112
113
114def _entity_icon(etype: str) -> str:
115 icon = _ENTITY_ICONS.get(etype, _ENTITY_ICONS["unknown"])
116 color = _ENTITY_COLORS.get(etype, _DIM)
117 return f"[{color}]{icon}[/]"
118
119
120_TuiResult = (

Callers 3

_refresh_treeMethod · 0.85
_render_overviewMethod · 0.85
_render_tasksMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…