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

Function reservevar

ServerEditorWeb/ace/worker-javascript.js:3329–3336  ·  view source on GitHub ↗
(s, v)

Source from the content-addressed store, hash-verified

3327 }
3328
3329 function reservevar(s, v) {
3330 return reserve(s, function () {
3331 if (typeof v === "function") {
3332 v(this);
3333 }
3334 return this;
3335 });
3336 }
3337
3338 function infix(s, f, p, w) {
3339 var x = symbol(s, p);

Callers 1

Calls 2

reserveFunction · 0.85
vFunction · 0.85

Tested by

no test coverage detected