MCPcopy
hub / github.com/transloadit/uppy / Store

Interface Store

packages/@uppy/store-default/src/index.ts:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9) => void
10
11export interface Store<T extends GenericState> {
12 getState: () => T
13
14 setState(patch?: Partial<T>): void
15
16 subscribe(listener: Listener<T>): () => void
17}
18
19/**
20 * Default store that keeps state in a simple object.

Callers 10

installMethod · 0.65
uninstallMethod · 0.65
installMethod · 0.65
uninstallMethod · 0.65
onReceiveResponseMethod · 0.65
resetTimerMethod · 0.65
timerTickMethod · 0.65
constructorMethod · 0.65
index.test.tsFile · 0.65

Implementers 2

DeepFrozenStorepackages/@uppy/core/src/mocks/DeepFroz
DefaultStorepackages/@uppy/store-default/src/index

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…