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

Function getValueHash

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:723–723  ·  view source on GitHub ↗
(value, valueHlc)

Source from the content-addressed store, hash-verified

721);
722var getValueInValuesHash = (valueId, valueHash) => getHash(valueId + ":" + valueHash);
723var getValueHash = (value, valueHlc) => getHash(jsonStringWithMap(value ?? null) + ":" + valueHlc);
724var getCellHash = getValueHash;
725var getCellInRowHash = getValueInValuesHash;
726var getRowHash = getValuesHash;

Callers 2

common.test.tsFile · 0.90
mergeCellsOrValuesFunction · 0.70

Calls 2

getHashFunction · 0.70
jsonStringWithMapFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…