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

Function ret

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

Source from the content-addressed store, hash-verified

73 // consing up tons of objects.
74 var type, content;
75 function ret(tp, style, cont) {
76 type = tp; content = cont;
77 return style;
78 }
79
80 function jsTokenBase(stream, state) {
81 var ch = stream.next();

Callers 3

jsTokenBaseFunction · 0.70
jsTokenStringFunction · 0.70
jsTokenCommentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected