MCPcopy Create free account
hub / github.com/compozy/agh / boolStatus

Function boolStatus

internal/cli/memory.go:1473–1478  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

1471}
1472
1473func boolStatus(value bool) string {
1474 if value {
1475 return toolBoolTrue
1476 }
1477 return toolBoolFalse
1478}
1479
1480func memoryListBundle(response MemoryListRecord, now func() time.Time) outputBundle {
1481 items := make([]memoryListItem, 0, len(response.Memories))

Callers 3

TestMemoryBundleHelpersFunction · 0.85
memoryDreamTriggerBundleFunction · 0.85
memoryProviderListBundleFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestMemoryBundleHelpersFunction · 0.68