MCPcopy
hub / github.com/Choices-js/Choices / dispatch

Method dispatch

src/scripts/interfaces/store.ts:20–20  ·  view source on GitHub ↗
(action: AnyAction)

Source from the content-addressed store, hash-verified

18
19export interface Store {
20 dispatch(action: AnyAction): void;
21
22 subscribe(onChange: StoreListener): void;
23

Callers 15

rFunction · 0.65
choices.jsFile · 0.65
updateChoiceFunction · 0.65
updateChoiceFunction · 0.65
choices.mjsFile · 0.65
updateChoiceFunction · 0.65
rFunction · 0.65
updateChoiceFunction · 0.65

Implementers 1

Storesrc/scripts/store/store.ts

Calls

no outgoing calls

Tested by

no test coverage detected