(cnt)
| 139 | } |
| 140 | |
| 141 | function 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 | |
| 148 | function Profile_Handle() { |
| 149 | let a = content0 |
no test coverage detected
searching dependent graphs…