MCPcopy Create free account
hub / github.com/TruthHun/BookStack / funarg

Function funarg

static/editor.md/lib/codemirror/mode/javascript/javascript.js:539–542  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

537 if (type == "(") return cont(pushcontext, pushlex(")"), commasep(funarg, ")"), poplex, statement, popcontext);
538 }
539 function funarg(type) {
540 if (type == "spread") return cont(funarg);
541 return pass(pattern, maybetype);
542 }
543 function className(type, value) {
544 if (type == "variable") {register(value); return cont(classNameAfter);}
545 }

Callers

nothing calls this directly

Calls 2

contFunction · 0.70
passFunction · 0.70

Tested by

no test coverage detected