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

Function ret

static/plugins/codemirror/mode/javascript/javascript.js:62–65  ·  view source on GitHub ↗
(tp, style, cont)

Source from the content-addressed store, hash-verified

60 // consing up tons of objects.
61 var type, content;
62 function ret(tp, style, cont) {
63 type = tp; content = cont;
64 return style;
65 }
66 function tokenBase(stream, state) {
67 var ch = stream.next();
68 if (ch == '"' || ch == "'") {

Callers 4

tokenBaseFunction · 0.70
tokenStringFunction · 0.70
tokenCommentFunction · 0.70
tokenQuasiFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected