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

Method normalized

internal/task/lease_manager.go:323–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321}
322
323func (t autoEnqueueTrigger) normalized() autoEnqueueTrigger {
324 return autoEnqueueTrigger{
325 Kind: strings.TrimSpace(t.Kind),
326 Ref: strings.TrimSpace(t.Ref),
327 }
328}
329
330func (t autoEnqueueTrigger) idempotencyKey(taskID string) string {
331 normalized := t.normalized()

Callers 2

idempotencyKeyMethod · 0.95
autoEnqueueReadyTasksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected