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

Function vardef1

static/editor.md/lib/codemirror/mode/haxe/haxe.js:357–360  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

355 return pass(statement, block);
356 }
357 function vardef1(type, value) {
358 if (type == "variable"){register(value); return cont(typeuse, vardef2);}
359 return cont();
360 }
361 function vardef2(type, value) {
362 if (value == "=") return cont(expression, vardef2);
363 if (type == ",") return cont(vardef1);

Callers

nothing calls this directly

Calls 2

registerFunction · 0.70
contFunction · 0.70

Tested by

no test coverage detected