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

Function cloneActorIdentity

internal/task/manager.go:4100–4106  ·  view source on GitHub ↗
(actor *ActorIdentity)

Source from the content-addressed store, hash-verified

4098}
4099
4100func cloneActorIdentity(actor *ActorIdentity) *ActorIdentity {
4101 if actor == nil {
4102 return nil
4103 }
4104 cloned := *actor
4105 return &cloned
4106}
4107
4108func cloneNeedsAttention(attention *NeedsAttention) *NeedsAttention {
4109 if attention == nil {

Callers 6

RecordRunReviewMethod · 0.70
ClaimNextRunMethod · 0.70
activeRunSummaryFunction · 0.70
cloneRunReviewFunction · 0.70
runSummaryFromRunFunction · 0.70

Calls

no outgoing calls

Tested by 3

RecordRunReviewMethod · 0.56
ClaimNextRunMethod · 0.56