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

Function metaargs

static/editor.md/lib/codemirror/mode/haxe/haxe.js:316–318  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

314 if(type == "(") return cont(pushlex(")"), commasep(metaargs, ")"), poplex, statement);
315 }
316 function metaargs(type) {
317 if(type == "variable") return cont();
318 }
319
320 function importdef (type, value) {
321 if(type == "variable" && /[A-Z]/.test(value.charAt(0))) { registerimport(value); return cont(); }

Callers

nothing calls this directly

Calls 1

contFunction · 0.70

Tested by

no test coverage detected