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

Function cloneRawMessagePtr

internal/daemon/native_tools.go:6058–6064  ·  view source on GitHub ↗
(value *json.RawMessage)

Source from the content-addressed store, hash-verified

6056}
6057
6058func cloneRawMessagePtr(value *json.RawMessage) *json.RawMessage {
6059 if value == nil {
6060 return nil
6061 }
6062 cloned := cloneJSON(*value)
6063 return &cloned
6064}
6065
6066func taskPriorityPtr(value *string) *taskpkg.Priority {
6067 if value == nil {

Callers 1

patchMethod · 0.70

Calls 1

cloneJSONFunction · 0.70

Tested by

no test coverage detected