MCPcopy
hub / github.com/pqina/filepond / query

Function query

src/js/app/frame/createStore.js:60–61  ·  view source on GitHub ↗
(str, ...args)

Source from the content-addressed store, hash-verified

58 };
59
60 const query = (str, ...args) =>
61 queryHandles[str] ? queryHandles[str](...args) : null;
62
63 const api = {
64 getState,

Callers 5

actionsFunction · 0.85
revertFunction · 0.85
handleAddFunction · 0.85
queriesFunction · 0.85
createStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected