MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / ret

Function ret

static/libs/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.85
tokenStringFunction · 0.85
tokenCommentFunction · 0.85
tokenQuasiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected