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

Function metadef

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

Source from the content-addressed store, hash-verified

309 }
310
311 function metadef(type) {
312 if(type == ":") return cont(metadef);
313 if(type == "variable") return cont(metadef);
314 if(type == "(") return cont(pushlex(")"), commasep(metaargs, ")"), poplex, statement);
315 }
316 function metaargs(type) {
317 if(type == "variable") return cont();
318 }

Callers

nothing calls this directly

Calls 3

contFunction · 0.70
pushlexFunction · 0.70
commasepFunction · 0.70

Tested by

no test coverage detected