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

Struct schedulerControlTestStore

internal/task/scheduler_controls_test.go:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type schedulerControlTestStore struct {
16 *inMemoryManagerStore
17 pause SchedulerPauseState
18 activeClaimCount []int
19 summaries []storepkg.EventSummary
20 cancelAfterPause context.CancelFunc
21 requireDeadline bool
22 starvedRunCount int
23 needsAttentionRunCount int
24}
25
26var _ taskPauseStore = (*schedulerControlTestStore)(nil)
27var _ schedulerControlStore = (*schedulerControlTestStore)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected