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

Function requestPath

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

Source from the content-addressed store, hash-verified

58 }
59
60 function requestPath(stream, state) {
61 stream.eatWhile(/\S/);
62 state.cur = requestProtocol;
63 return "string-2";
64 }
65
66 function requestProtocol(stream, state) {
67 if (stream.match(/^HTTP\/\d\.\d$/)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected