MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getParamValues

Function getParamValues

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:3745–3745  ·  view source on GitHub ↗
(queryId)

Source from the content-addressed store, hash-verified

3743 return queries;
3744 };
3745 const getParamValues = (queryId) => paramStore.getRow(PARAMS_TABLE, queryId);
3746 const getParamValue = (queryId, paramId) => paramStore.getCell(PARAMS_TABLE, queryId, paramId);
3747 const addQueryIdsListener = (listener) => addQueryIdsListenerImpl(() => listener(queries));
3748 const forEachResultTable = (tableCallback) => forEachQuery(

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…