MCPcopy
hub / github.com/reduxjs/redux / Todo

Interface Todo

test/helpers/reducers.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface Todo {
17 id: number
18 text: string
19}
20export type TodoAction = { type: 'ADD_TODO'; text: string }
21
22export function todos(state: Todo[] = [], action: TodoAction): Todo[] {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…