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

Function each

static/editor.md/lib/codemirror/mode/jade/jade.js:288–293  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

286 }
287
288 function each(stream, state) {
289 if (stream.match(/^(- *)?(each|for)\b/)) {
290 state.isEach = true;
291 return KEYWORD;
292 }
293 }
294 function eachContinued(stream, state) {
295 if (state.isEach) {
296 if (stream.match(/^ in\b/)) {

Callers 1

nextTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected