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

Function formatTimePtr

internal/cli/network.go:2121–2126  ·  view source on GitHub ↗
(value *time.Time)

Source from the content-addressed store, hash-verified

2119}
2120
2121func formatTimePtr(value *time.Time) string {
2122 if value == nil {
2123 return ""
2124 }
2125 return formatTime(*value)
2126}
2127
2128func optionalString(value *string) string {
2129 if value == nil {

Callers 15

schedulerStatusBundleFunction · 0.85
renderSessionHumanFunction · 0.85
renderSessionToonFunction · 0.85
agentSpawnBundleFunction · 0.85
sessionHealthSectionFunction · 0.85
wakeStateSectionFunction · 0.85
taskBundleFunction · 0.85
taskBlockListBundleFunction · 0.85
taskBlockKeyValuesFunction · 0.85
taskBlockToonValuesFunction · 0.85

Calls 1

formatTimeFunction · 0.85

Tested by

no test coverage detected