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

Function funarg

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

Source from the content-addressed store, hash-verified

388 if(type == "variable") return cont(typeuse);
389 }
390 function funarg(type, value) {
391 if (type == "variable") {register(value); return cont(typeuse);}
392 }
393
394 // Interface
395

Callers

nothing calls this directly

Calls 2

registerFunction · 0.70
contFunction · 0.70

Tested by

no test coverage detected