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