Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fibi66/FeiControl
/ getAgentEmoji
Function
getAgentEmoji
src/components/CronJobCard.tsx:97–99 ·
view source on GitHub ↗
(agentId: string)
Source
from the content-addressed store, hash-verified
95
}
96
97
function getAgentEmoji(agentId: string): string {
98
return AGENT_EMOJIS[agentId] ||
"🤖"
;
99
}
100
101
function getAgentDisplayName(agentId: string): string {
102
return AGENT_NAMES[agentId] || agentId;
Callers
1
CronJobCard
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected