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

Function getTypeLabel

SettingsModal.tsx:1397–1403  ·  view source on GitHub ↗
(type: MemoryType)

Source from the content-addressed store, hash-verified

1395 }
1396
1397 const getTypeLabel = (type: MemoryType) => {
1398 switch (type) {
1399 case 'fact': return 'Fact'
1400 case 'preference': return 'Preference'
1401 case 'instruction': return 'Instruction'
1402 }
1403 }
1404
1405 const getTypeColor = (type: MemoryType) => {
1406 switch (type) {

Callers 1

MemoryTabFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected