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

Function chain

static/editor.md/lib/codemirror/mode/eiffel/eiffel.js:89–92  ·  view source on GitHub ↗
(newtok, stream, state)

Source from the content-addressed store, hash-verified

87 var curPunc;
88
89 function chain(newtok, stream, state) {
90 state.tokenize.push(newtok);
91 return newtok(stream, state);
92 }
93
94 function tokenBase(stream, state) {
95 curPunc = null;

Callers 1

tokenBaseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected