MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / tokenStringStart

Function tokenStringStart

static/plugins/codemirror/mode/shell/shell.js:120–126  ·  view source on GitHub ↗
(quote, style)

Source from the content-addressed store, hash-verified

118 };
119
120 function tokenStringStart(quote, style) {
121 return function(stream, state) {
122 state.tokens[0] = tokenString(quote, style)
123 stream.next()
124 return tokenize(stream, state)
125 }
126 }
127
128 var tokenDollar = function(stream, state) {
129 if (state.tokens.length > 1) stream.eat('$');

Callers 1

tokenStringFunction · 0.85

Calls 2

tokenStringFunction · 0.70
tokenizeFunction · 0.70

Tested by

no test coverage detected