MCPcopy Index your code
hub / github.com/nwutils/nw-sample-apps / proceed

Function proceed

mini-code-edit/cm/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

nothing calls this directly

Calls 2

expectFunction · 0.85
contFunction · 0.70

Tested by

no test coverage detected