Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1908
func
formatMemoryOptionalTime(value *time.Time) string {
1909
if
value == nil {
1910
return
""
1911
}
1912
return
formatTime(*value)
1913
}
Callers
1
memoryHealthBundle
Function · 0.85
Calls
1
formatTime
Function · 0.85
Tested by
no test coverage detected