Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
282
const
canDecode = (text) => {
283
return
encodedPattern.test(text);
284
};
285
const
canEncode = (s) => {
286
//console.log(s);
287
return
encodedPattern.exec(s);
Callers
1
decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected