MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / chain

Function chain

static/js/codemirror/mode/plsql/plsql.js:8–11  ·  view source on GitHub ↗
(stream, state, f)

Source from the content-addressed store, hash-verified

6 multiLineStrings = parserConfig.multiLineStrings;
7 var isOperatorChar = /[+\-*&%=<>!?:\/|]/;
8 function chain(stream, state, f) {
9 state.tokenize = f;
10 return f(stream, state);
11 }
12
13 var type;
14 function ret(tp, style) {

Callers 1

tokenBaseFunction · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected