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

Function excludehn

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

Source from the content-addressed store, hash-verified

1127 for (var i = 0; i < hname.length; i++) {
1128 dd = hname[i]
1129 const excludehn = (item) => dd.indexOf(item) != -1;
1130 if (paraout && paraout != "") { //存在 out 参数时
1131 if (!paraout.some(excludehn)) { //out 未命中🎯️
1132 if (parain && parain != "") {

Callers

nothing calls this directly

Calls 1

indexOfMethod · 0.45

Tested by

no test coverage detected