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

Function getParamValue

src/queries/index.ts:870–872  ·  view source on GitHub ↗
(queryId: Id, paramId: Id)

Source from the content-addressed store, hash-verified

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
872 ParamValue | undefined;
873
874 const addQueryIdsListener = (listener: QueryIdsListener) =>
875 addQueryIdsListenerImpl(() => listener(queries));

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…