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

Function param

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

Source from the content-addressed store, hash-verified

3391 const groupEntries = [];
3392 const havings = [];
3393 const param = (paramId) => objGet(paramValues, paramId);
3394 const select = (arg1, arg2, arg3) => {
3395 const joinedTableId = isTrue(arg1) ? arg2 : arg1;
3396 const joinedCellId = isTrue(arg1) ? arg3 : arg2;

Callers

nothing calls this directly

Calls 1

objGetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…