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

Function newForceInputStore

internal/task/manager_test.go:339–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337}
338
339func newForceInputStore() *forceInputStore {
340 return &forceInputStore{
341 inMemoryManagerStore: newInMemoryManagerStore(),
342 pendingCancelCounts: make(map[string]int),
343 }
344}
345
346func (s *forceInputStore) AdvanceSessionInputGeneration(
347 _ context.Context,

Callers 1

Calls 1

newInMemoryManagerStoreFunction · 0.85

Tested by

no test coverage detected