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

Function application

ServerEditorWeb/ace/worker-javascript.js:3361–3372  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

3359
3360
3361 function application(s) {
3362 var x = symbol(s, 42);
3363
3364 x.led = function (left) {
3365 nobreaknonadjacent(state.tokens.prev, state.tokens.curr);
3366
3367 this.left = left;
3368 this.right = doFunction(undefined, undefined, false, { loneArg: left });
3369 return this;
3370 };
3371 return x;
3372 }
3373
3374 function relation(s, f) {
3375 var x = symbol(s, 100);

Callers 1

Calls 3

symbolFunction · 0.85
nobreaknonadjacentFunction · 0.85
doFunctionFunction · 0.85

Tested by

no test coverage detected