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

Function typedef

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

Source from the content-addressed store, hash-verified

483 if (isTS && type == ":") return cont(typedef);
484 }
485 function typedef(type) {
486 if (type == "variable"){cx.marked = "variable-3"; return cont();}
487 }
488 function vardef() {
489 return pass(pattern, maybetype, maybeAssign, vardefCont);
490 }

Callers

nothing calls this directly

Calls 1

contFunction · 0.70

Tested by

no test coverage detected