MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / chain

Function chain

mini-code-edit/cm/mode/xml/xml.js:48–51  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

46
47 function inText(stream, state) {
48 function chain(parser) {
49 state.tokenize = parser;
50 return parser(stream, state);
51 }
52
53 var ch = stream.next();
54 if (ch == "<") {

Callers 1

inTextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected