MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / use

Function use

ServerEditorWeb/ace/worker-javascript.js:6491–6501  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

6489 return l !== 0;
6490 }
6491 function use(v) {
6492 var l = _current.variables.filter(function (elt) {
6493 if (elt.value === v && !elt.undef) {
6494 if (elt.unused === true) {
6495 elt.unused = false;
6496 }
6497 return v;
6498 }
6499 }).length;
6500 return (l === 0);
6501 }
6502 return {stack: function () {
6503 _current = new CompArray();
6504 _carrays.push(_current);

Callers 1

arrayComprehensionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected