MCPcopy Create free account
hub / github.com/Paxa/postbird / exp

Function exp

public/codemirror/javascript/javascript.js:343–347  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

341
342 function expect(wanted) {
343 function exp(type) {
344 if (type == wanted) return cont();
345 else if (wanted == ";") return pass();
346 else return cont(exp);
347 };
348 return exp;
349 }
350

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
passFunction · 0.85

Tested by

no test coverage detected