| 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. |
no outgoing calls
no test coverage detected