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

Function cloneProofPtr

internal/api/core/network.go:879–884  ·  view source on GitHub ↗
(source *network.Proof)

Source from the content-addressed store, hash-verified

877}
878
879func cloneProofPtr(source *network.Proof) map[string]json.RawMessage {
880 if source == nil {
881 return nil
882 }
883 return cloneRawMap(*source)
884}

Callers 2

Calls 1

cloneRawMapFunction · 0.70

Tested by 1