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

Function chain

static/editor.md/lib/codemirror/mode/xml/xml.js:67–70  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

65
66 function inText(stream, state) {
67 function chain(parser) {
68 state.tokenize = parser;
69 return parser(stream, state);
70 }
71
72 var ch = stream.next();
73 if (ch == "<") {

Callers 1

inTextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected