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

Function VCheck

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

Source from the content-addressed store, hash-verified

139}
140
141function VCheck(cnt) {
142 cnts=cnt.split("\n").filter(Boolean).map(item=>item.trim()).filter(item => /^http/.test(item)).map(item=>"\""+item+"\"")
143 cnts=cnts.join(",\n")
144 //console.log(cnts)
145 return cnts
146 }
147
148function Profile_Handle() {
149 let a = content0

Callers 2

Profile_HandleFunction · 0.85
ResourceParseFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…