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

Function declare

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

Source from the content-addressed store, hash-verified

6480 var _carrays = [];
6481 var _current;
6482 function declare(v) {
6483 var l = _current.variables.filter(function (elt) {
6484 if (elt.value === v) {
6485 elt.undef = false;
6486 return v;
6487 }
6488 }).length;
6489 return l !== 0;
6490 }
6491 function use(v) {
6492 var l = _current.variables.filter(function (elt) {
6493 if (elt.value === v && !elt.undef) {

Callers 1

arrayComprehensionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected