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

Function normalizePriorityPtr

internal/api/core/tasks.go:3059–3065  ·  view source on GitHub ↗
(source *taskpkg.Priority)

Source from the content-addressed store, hash-verified

3057}
3058
3059func normalizePriorityPtr(source *taskpkg.Priority) *taskpkg.Priority {
3060 if source == nil {
3061 return nil
3062 }
3063 normalized := source.Normalize()
3064 return &normalized
3065}
3066
3067func normalizeApprovalPolicyPtr(source *taskpkg.ApprovalPolicy) *taskpkg.ApprovalPolicy {
3068 if source == nil {

Calls 1

NormalizeMethod · 0.45