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

Function getRowCellFunction

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:360–360  ·  view source on GitHub ↗
(getRowCell, defaultCellValue)

Source from the content-addressed store, hash-verified

358 ];
359};
360var getRowCellFunction = (getRowCell, defaultCellValue) => isString(getRowCell) ? (getCell) => getCell(getRowCell) : getRowCell ?? (() => defaultCellValue ?? EMPTY_STRING);
361var getCreateFunction = (getFunction, initFunction) => {
362 const thingsByStore = /* @__PURE__ */ new WeakMap();
363 return (store) => {

Callers 3

setIndexDefinitionFunction · 0.70
setMetricDefinitionFunction · 0.70

Calls 2

isStringFunction · 0.70
getCellFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…