MCPcopy Index your code
hub / github.com/PaulTaykalo/objc-dependency-visualizer / reserveName

Function reserveName

Scripts/ace/worker-javascript.js:3410–3416  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

3408 }
3409
3410 function reserveName(x) {
3411 var c = x.id.charAt(0);
3412 if ((c >= "a" && c <= "z") || (c >= "A" && c <= "Z")) {
3413 x.identifier = x.reserved = true;
3414 }
3415 return x;
3416 }
3417
3418 function prefix(s, f) {
3419 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