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

Function formatMemoryOptionalTime

internal/cli/memory.go:1908–1913  ·  view source on GitHub ↗
(value *time.Time)

Source from the content-addressed store, hash-verified

1906}
1907
1908func formatMemoryOptionalTime(value *time.Time) string {
1909 if value == nil {
1910 return ""
1911 }
1912 return formatTime(*value)
1913}

Callers 1

memoryHealthBundleFunction · 0.85

Calls 1

formatTimeFunction · 0.85

Tested by

no test coverage detected