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

Function symbol

ServerEditorWeb/ace/worker-javascript.js:3239–3249  ·  view source on GitHub ↗
(s, p)

Source from the content-addressed store, hash-verified

3237 }
3238
3239 function symbol(s, p) {
3240 var x = state.syntax[s];
3241 if (!x || typeof x !== "object") {
3242 state.syntax[s] = x = {
3243 id: s,
3244 lbp: p,
3245 value: s
3246 };
3247 }
3248 return x;
3249 }
3250
3251 function delim(s) {
3252 return symbol(s, 0);

Callers 7

delimFunction · 0.85
prefixFunction · 0.85
infixFunction · 0.85
applicationFunction · 0.85
relationFunction · 0.85
bitwiseFunction · 0.85
suffixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected