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

Function getValueInValuesHash

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:722–722  ·  view source on GitHub ↗
(valueId, valueHash)

Source from the content-addressed store, hash-verified

720 // legacy v5; valuesHlc in v7?
721);
722var getValueInValuesHash = (valueId, valueHash) => getHash(valueId + ":" + valueHash);
723var getValueHash = (value, valueHlc) => getHash(jsonStringWithMap(value ?? null) + ":" + valueHlc);
724var getCellHash = getValueHash;
725var getCellInRowHash = getValueInValuesHash;

Callers 5

common.test.tsFile · 0.90
getValuesHashFunction · 0.70
getTableHashFunction · 0.70
mergeContentOrChangesFunction · 0.70
mergeCellsOrValuesFunction · 0.70

Calls 1

getHashFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…