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

Function body

static/editor.md/lib/codemirror/mode/http/http.js:89–92  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

87 }
88
89 function body(stream) {
90 stream.skipToEnd();
91 return null;
92 }
93
94 return {
95 token: function(stream, state) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected