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

Function firstSub

static/editor.md/lib/codemirror/mode/slim/slim.js:292–296  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

290 return style;
291 }
292 function firstSub(stream, state) {
293 state.stack.indented = stream.column();
294 state.line = state.tokenize = sub;
295 return state.tokenize(stream, state);
296 }
297
298 function createMode(mode) {
299 var query = embedded[mode];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected