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

Function to_verbatim

static/editor.md/lib/codemirror/mode/rst/rst.js:467–469  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

465 }
466
467 function to_verbatim(stream, state) {
468 return as_block(stream, state, 'meta');
469 }
470
471 function as_block(stream, state, token) {
472 if (stream.eol() || stream.eatSpace()) {

Callers

nothing calls this directly

Calls 1

as_blockFunction · 0.85

Tested by

no test coverage detected