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

Function chain

static/editor.md/lib/codemirror/mode/tiki/tiki.js:42–45  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

40
41 function inText(stream, state) {
42 function chain(parser) {
43 state.tokenize = parser;
44 return parser(stream, state);
45 }
46
47 var sol = stream.sol();
48 var ch = stream.next();

Callers 1

inTextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected