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

Function Profile_Handle

Script/Parser.js:148–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148function Profile_Handle() {
149 let a = content0
150 PProfile= PProfile==1? "001":PProfile
151 PProfile= PProfile==8? "010": PProfile
152 PProfile= PProfile==9? "011": PProfile
153 srm = a.split("[server_remote]")[1] && String(PProfile)[0]=="1"? VCheck(a.split("[server_remote]")[1].split("[")[0]) : ""
154 frm = a.split("[filter_remote]")[1] && String(PProfile)[1]=="1"? VCheck(a.split("[filter_remote]")[1].split("[")[0]) : ""
155 rrm = a.split("[rewrite_remote]")[1] && String(PProfile)[2]=="1"? VCheck(a.split("[rewrite_remote]")[1].split("[")[0]) : ""
156 RLink=RLink.replace("sremoteposition",srm).replace("fremoteposition",frm).replace("rremoteposition",rrm)
157 ADDres=ADDres.replace("url-encoded-json",encodeURIComponent(RLink))
158}
159
160//
161//流量信息

Callers 2

Parser.jsFile · 0.85
ResourceParseFunction · 0.85

Calls 1

VCheckFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…