MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / getTypeIcon

Function getTypeIcon

SettingsModal.tsx:1389–1395  ·  view source on GitHub ↗
(type: MemoryType)

Source from the content-addressed store, hash-verified

1387 }
1388
1389 const getTypeIcon = (type: MemoryType) => {
1390 switch (type) {
1391 case 'fact': return <User className="w-3 h-3" />
1392 case 'preference': return <Settings className="w-3 h-3" />
1393 case 'instruction': return <MessageSquare className="w-3 h-3" />
1394 }
1395 }
1396
1397 const getTypeLabel = (type: MemoryType) => {
1398 switch (type) {

Callers 1

MemoryTabFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected