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

Function optionalString

internal/cli/network.go:2128–2133  ·  view source on GitHub ↗
(value *string)

Source from the content-addressed store, hash-verified

2126}
2127
2128func optionalString(value *string) string {
2129 if value == nil {
2130 return ""
2131 }
2132 return strings.TrimSpace(*value)
2133}

Callers 2

networkPeersBundleFunction · 0.85
networkInboxBundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected