Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
actions
Function · 0.85
revert
Function · 0.85
handleAdd
Function · 0.85
queries
Function · 0.85
createStore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected