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

Function to_comment

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

Source from the content-addressed store, hash-verified

461 ///////////////////////////////////////////////////////////////////////////
462
463 function to_comment(stream, state) {
464 return as_block(stream, state, 'comment');
465 }
466
467 function to_verbatim(stream, state) {
468 return as_block(stream, state, 'meta');

Callers

nothing calls this directly

Calls 1

as_blockFunction · 0.85

Tested by

no test coverage detected