Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tokenBase
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected