MCPcopy Create free account
hub / github.com/Moli-X/Resources / Add_URL

Function Add_URL

Script/Parser.js:638–643  ·  view source on GitHub ↗
(cnt)

Source from the content-addressed store, hash-verified

636
637// 为节点添加 server-check-url参数
638function Add_URL(cnt) {
639 if (cnt) {
640 cnt = cnt +", server_check_url="+PcheckU
641 }
642 return cnt
643}
644
645//节点名重名时添加数字序号替换
646function NoReplace(cnt) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected