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/haxe/haxe.js:39–42 ·
view source on GitHub ↗
(stream, state, f)
Source
from the content-addressed store, hash-verified
37
var
isOperatorChar = /[+\-*&%=<>!?|]/;
38
39
function
chain(stream, state, f) {
40
state.tokenize = f;
41
return
f(stream, state);
42
}
43
44
function
nextUntilUnescaped(stream, end) {
45
var
escaped = false, next;
Callers
1
haxeTokenBase
Function · 0.70
Calls
1
f
Function · 0.70
Tested by
no test coverage detected