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

Function addOrRemoveHash

src/common/hash.ts:34–37  ·  view source on GitHub ↗
(
  hash1: Hash,
  hash2: Hash,
)

Source from the content-addressed store, hash-verified

32};
33
34export const addOrRemoveHash: typeof addOrRemoveHashDecl = (
35 hash1: Hash,
36 hash2: Hash,
37): Hash => (hash1 ^ hash2) >>> 0;
38
39export const getValuesHash: typeof getValuesHashDecl = (valueHashes: {
40 [valueId: Id]: Hash;

Callers 4

mergeContentOrChangesFunction · 0.90
mergeCellsOrValuesFunction · 0.90
getValuesHashFunction · 0.90
getTableHashFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…