MCPcopy Create free account
hub / github.com/TruthHun/BookStack / ret

Function ret

static/editor.md/lib/codemirror/mode/javascript/javascript.js:88–91  ·  view source on GitHub ↗
(tp, style, cont)

Source from the content-addressed store, hash-verified

86 // consing up tons of objects.
87 var type, content;
88 function ret(tp, style, cont) {
89 type = tp; content = cont;
90 return style;
91 }
92 function tokenBase(stream, state) {
93 var ch = stream.next();
94 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