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

Function newCB

ClipCascade_Mobile/src/StartForegroundService.js:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135 //check if clipboard content changed
136 const newCB = async hcb => {
137 return previous_clipboard_content_hash !== hcb;
138 };
139
140 const calculateBase64DecodedLength = async base64Str => {
141 // Calculates the decoded byte length of a Base64-encoded string.

Callers 2

onDataChannelMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected