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

Function ret

mini-code-edit/cm/mode/javascript/javascript.js:42–45  ·  view source on GitHub ↗
(tp, style, cont)

Source from the content-addressed store, hash-verified

40 // consing up tons of objects.
41 var type, content;
42 function ret(tp, style, cont) {
43 type = tp; content = cont;
44 return style;
45 }
46
47 function jsTokenBase(stream, state) {
48 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