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

Function formatTaskActorPtr

internal/cli/task.go:4611–4616  ·  view source on GitHub ↗
(actor *taskpkg.ActorIdentity)

Source from the content-addressed store, hash-verified

4609}
4610
4611func formatTaskActorPtr(actor *taskpkg.ActorIdentity) string {
4612 if actor == nil {
4613 return ""
4614 }
4615 return formatTaskActor(*actor)
4616}
4617
4618func formatTaskOrigin(origin taskpkg.Origin) string {
4619 return firstNonEmpty(

Callers 7

taskBlockKeyValuesFunction · 0.85
taskBlockToonValuesFunction · 0.85
taskRunReviewRowsFunction · 0.85
taskRunBundleFunction · 0.85
taskRunListBundleFunction · 0.85
taskRunRowsFunction · 0.85
taskRunToonRowsFunction · 0.85

Calls 1

formatTaskActorFunction · 0.85

Tested by

no test coverage detected