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

Function responseStatusText

static/editor.md/lib/codemirror/mode/http/http.js:54–58  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

52 }
53
54 function responseStatusText(stream, state) {
55 stream.skipToEnd();
56 state.cur = header;
57 return null;
58 }
59
60 function requestPath(stream, state) {
61 stream.eatWhile(/\S/);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected