Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ chain
Function
chain
static/js/codemirror/mode/javascript/javascript.js:57–60 ·
view source on GitHub ↗
(stream, state, f)
Source
from the content-addressed store, hash-verified
55
var
isOperatorChar = /[+\-*&%=<>!?|]/;
56
57
function
chain(stream, state, f) {
58
state.tokenize = f;
59
return
f(stream, state);
60
}
61
62
function
nextUntilUnescaped(stream, end) {
63
var
escaped = false, next;
Callers
1
jsTokenBase
Function · 0.70
Calls
1
f
Function · 0.50
Tested by
no test coverage detected