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

Function cloneBoolPtr

internal/daemon/native_tools.go:6050–6056  ·  view source on GitHub ↗
(value *bool)

Source from the content-addressed store, hash-verified

6048}
6049
6050func cloneBoolPtr(value *bool) *bool {
6051 if value == nil {
6052 return nil
6053 }
6054 cloned := *value
6055 return &cloned
6056}
6057
6058func cloneRawMessagePtr(value *json.RawMessage) *json.RawMessage {
6059 if value == nil {

Callers 1

specMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected