MCPcopy
hub / github.com/Sathvik-Rao/ClipCascade / hashCB

Function hashCB

ClipCascade_Mobile/src/StartForegroundService.js:131–133  ·  view source on GitHub ↗
(input, seed = 0)

Source from the content-addressed store, hash-verified

129
130 // hash clipboard content
131 const hashCB = async (input, seed = 0) => {
132 return String(xxHash32(input, seed));
133 };
134
135 //check if clipboard content changed
136 const newCB = async hcb => {

Callers 2

onDataChannelMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected