MCPcopy Create free account
hub / github.com/tinyplex/tinybase / getParamValues

Function getParamValues

src/queries/index.ts:867–868  ·  view source on GitHub ↗
(queryId: Id)

Source from the content-addressed store, hash-verified

865 };
866
867 const getParamValues = (queryId: Id): ParamValues =>
868 paramStore.getRow(PARAMS_TABLE, queryId) as ParamValues;
869
870 const getParamValue = (queryId: Id, paramId: Id): ParamValue | undefined =>
871 paramStore.getCell(PARAMS_TABLE, queryId, paramId) as

Callers 2

setQueryDefinitionImplFunction · 0.70
addParamValuesListenerFunction · 0.70

Calls 1

getRowMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…