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

Function application

Scripts/ace/worker-javascript.js:3503–3514  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

3501
3502
3503 function application(s) {
3504 var x = symbol(s, 42);
3505
3506 x.led = function(left) {
3507 nobreaknonadjacent(state.tokens.prev, state.tokens.curr);
3508
3509 this.left = left;
3510 this.right = doFunction({ type: "arrow", loneArg: left });
3511 return this;
3512 };
3513 return x;
3514 }
3515
3516 function relation(s, f) {
3517 var x = symbol(s, 100);

Callers 1

Calls 3

nobreaknonadjacentFunction · 0.85
doFunctionFunction · 0.85
symbolFunction · 0.70

Tested by

no test coverage detected