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

Function reserveName

ServerEditorWeb/ace/worker-javascript.js:3268–3274  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

3266 }
3267
3268 function reserveName(x) {
3269 var c = x.id.charAt(0);
3270 if ((c >= "a" && c <= "z") || (c >= "A" && c <= "Z")) {
3271 x.identifier = x.reserved = true;
3272 }
3273 return x;
3274 }
3275
3276 function prefix(s, f) {
3277 var x = symbol(s, 150);

Callers 3

prefixFunction · 0.85
infixFunction · 0.85
bitwiseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected