MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / canDecode

Function canDecode

scripts/createInvisibleText.js:282–284  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

280};
281
282const canDecode = (text) => {
283 return encodedPattern.test(text);
284};
285const canEncode = (s) => {
286 //console.log(s);
287 return encodedPattern.exec(s);

Callers 1

decodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected