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

Function checkpara

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

Source from the content-addressed store, hash-verified

1173 if (param) {
1174 var flag = 0; //没命中
1175 const checkpara = (item) => name.indexOf(item.toUpperCase()) != -1;
1176 if (param.some(checkpara)) {
1177 flag = 1 //命中
1178 }

Callers

nothing calls this directly

Calls 1

indexOfMethod · 0.45

Tested by

no test coverage detected