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

Function more

static/editor.md/lib/codemirror/mode/rust/rust.js:174–178  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

172
173 function commasep(comb, end) {
174 function more(type) {
175 if (type == ",") return cont(comb, more);
176 if (type == end) return cont();
177 return cont(more);
178 }
179 return function(type) {
180 if (type == end) return cont();
181 return pass(comb, more);

Callers

nothing calls this directly

Calls 1

contFunction · 0.70

Tested by

no test coverage detected