Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Semporia/Scripts
/ isURL
Function
isURL
jd_joy_run.js:526–529 ·
view source on GitHub ↗
(domain, reg)
Source
from the content-addressed store, hash-verified
524
})
525
}
526
function
isURL(domain, reg) {
527
// const name = reg;
528
return
reg.test(domain);
529
}
530
function
jsonParse(str) {
531
if
(typeof str ==
"string"
) {
532
try {
Callers
1
getToken
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected