MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / chain

Function chain

mini-code-edit/cm/mode/plsql/plsql.js:9–12  ·  view source on GitHub ↗
(stream, state, f)

Source from the content-addressed store, hash-verified

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

Callers 1

tokenBaseFunction · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected