MCPcopy 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}
526function isURL(domain, reg) {
527 // const name = reg;
528 return reg.test(domain);
529}
530function jsonParse(str) {
531 if (typeof str == "string") {
532 try {

Callers 1

getTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected