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

Function getParamValue

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

Source from the content-addressed store, hash-verified

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(
3749 (queryId) => getResultStore(queryId).hasTable(queryId) ? tableCallback(

Callers

nothing calls this directly

Calls 1

getCellMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…