MCPcopy Create free account
hub / github.com/HumbleSoftware/Flotr2 / proceed

Function proceed

examples/lib/codemirror/mode/javascript/javascript.js:264–268  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

262 }
263 function commasep(what, end) {
264 function proceed(type) {
265 if (type == ",") return cont(what, proceed);
266 if (type == end) return cont();
267 return cont(expect(end));
268 }
269 return function commaSeparated(type) {
270 if (type == end) return cont();
271 else return pass(what, proceed);

Callers 1

prototype.jsFile · 0.85

Calls 2

expectFunction · 0.85
contFunction · 0.70

Tested by

no test coverage detected