Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2128
func
optionalString(value *string) string {
2129
if
value == nil {
2130
return
""
2131
}
2132
return
strings.TrimSpace(*value)
2133
}
Callers
2
networkPeersBundle
Function · 0.85
networkInboxBundle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected