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

Function cloneOwnership

internal/task/manager.go:4092–4098  ·  view source on GitHub ↗
(owner *Ownership)

Source from the content-addressed store, hash-verified

4090}
4091
4092func cloneOwnership(owner *Ownership) *Ownership {
4093 if owner == nil {
4094 return nil
4095 }
4096 cloned := *owner
4097 return &cloned
4098}
4099
4100func cloneActorIdentity(actor *ActorIdentity) *ActorIdentity {
4101 if actor == nil {

Callers 7

ListTasksMethod · 0.70
cloneTaskFunction · 0.70
CreateTaskMethod · 0.70
applyTaskPatchReferencesFunction · 0.70
summaryFromTaskRecordFunction · 0.70
taskRecordFromSummaryFunction · 0.70
taskReferenceFromTaskFunction · 0.70

Calls

no outgoing calls

Tested by 2

ListTasksMethod · 0.56
cloneTaskFunction · 0.56