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

Function blockRecurrenceTestKey

internal/task/manager_test.go:941–943  ·  view source on GitHub ↗
(taskID string, kind BlockKind)

Source from the content-addressed store, hash-verified

939}
940
941func blockRecurrenceTestKey(taskID string, kind BlockKind) string {
942 return strings.TrimSpace(taskID) + "\x00" + string(kind.Normalize())
943}
944
945func taskBlockOpenAt(block TaskBlock, now time.Time) bool {
946 if !block.ClearedAt.IsZero() {

Calls 1

NormalizeMethod · 0.45

Tested by

no test coverage detected