MCPcopy Index your code
hub / github.com/Moli-X/Resources / NodeCheck2

Function NodeCheck2

Script/Parser.js:485–485  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

483 const NodeCheck = (item) => subi.toLowerCase().indexOf(item.toLowerCase()) != -1;
484 const NodeCheck1 = (item) => subi.toLowerCase().indexOf(item.toLowerCase()) != -1; //b64加密的订阅类型
485 const NodeCheck2 = (item) => subi.toLowerCase().indexOf(item.toLowerCase()) != -1; //URI 类型
486 const RewriteCheck = (item) => subs.indexOf(item) != -1 ; // quanx 重写判定
487 const ProfileCheck = (item) => subs.indexOf(item) != -1; //是否为quanx配置文件
488 var subsn = subs.split("\n")

Callers

nothing calls this directly

Calls 1

indexOfMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…