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

Function ptrString

internal/api/core/network.go:848–851  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

846}
847
848func ptrString(value string) *string {
849 copyValue := strings.TrimSpace(value)
850 return &copyValue
851}
852
853func cloneInt64Ptr(value *int64) *int64 {
854 if value == nil {

Callers 4

AgentChannelSendMethod · 0.70
AgentChannelReplyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected