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

Function maybeattribute

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

Source from the content-addressed store, hash-verified

303 }
304
305 function maybeattribute(type) {
306 if (type == "attribute") return cont(maybeattribute);
307 if (type == "function") return cont(functiondef);
308 if (type == "var") return cont(vardef1);
309 }
310
311 function metadef(type) {
312 if(type == ":") return cont(metadef);

Callers

nothing calls this directly

Calls 1

contFunction · 0.70

Tested by

no test coverage detected