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

Function formatFloat64Ptr

internal/cli/task.go:4272–4277  ·  view source on GitHub ↗
(value *float64)

Source from the content-addressed store, hash-verified

4270}
4271
4272func formatFloat64Ptr(value *float64) string {
4273 if value == nil {
4274 return ""
4275 }
4276 return strconv.FormatFloat(*value, 'f', -1, 64)
4277}
4278
4279func formatStringPtr(value *string) string {
4280 if value == nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected