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

Function param

src/queries/index.ts:392–392  ·  view source on GitHub ↗
(paramId: Id)

Source from the content-addressed store, hash-verified

390 const havings: HavingClause[] = [];
391
392 const param = (paramId: Id) => objGet(paramValues, paramId);
393
394 const select = (
395 arg1:

Callers 5

hooks.test.tsxFile · 0.50
testStateFunctionsFunction · 0.50
primitives.test.tsFile · 0.50
queries.test.tsFile · 0.50

Calls 1

objGetFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…