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

Function formatInt64Ptr

internal/cli/task.go:4265–4270  ·  view source on GitHub ↗
(value *int64)

Source from the content-addressed store, hash-verified

4263}
4264
4265func formatInt64Ptr(value *int64) string {
4266 if value == nil {
4267 return ""
4268 }
4269 return int64OrDash(*value)
4270}
4271
4272func formatFloat64Ptr(value *float64) string {
4273 if value == nil {

Callers 1

Calls 1

int64OrDashFunction · 0.85

Tested by

no test coverage detected