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

Function addOrRemoveHash

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:711–711  ·  view source on GitHub ↗
(hash1, hash2)

Source from the content-addressed store, hash-verified

709 return hash >>> 0;
710};
711var addOrRemoveHash = (hash1, hash2) => (hash1 ^ hash2) >>> 0;
712var getValuesHash = (valueHashes) => arrayReduce(
713 objEntries(valueHashes),
714 (valuesHash, [valueId, valueHash]) => addOrRemoveHash(

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…