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

Function formatStringPtr

internal/cli/task.go:4279–4284  ·  view source on GitHub ↗
(value *string)

Source from the content-addressed store, hash-verified

4277}
4278
4279func formatStringPtr(value *string) string {
4280 if value == nil {
4281 return ""
4282 }
4283 return *value
4284}
4285
4286func retryTaskRunBundle(record *RetryTaskRunRecord) outputBundle {
4287 return outputBundle{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected