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

Function ret

static/editor.md/lib/codemirror/mode/haxe/haxe.js:57–60  ·  view source on GitHub ↗
(tp, style, cont)

Source from the content-addressed store, hash-verified

55 // consing up tons of objects.
56 var type, content;
57 function ret(tp, style, cont) {
58 type = tp; content = cont;
59 return style;
60 }
61
62 function haxeTokenBase(stream, state) {
63 var ch = stream.next();

Callers 3

haxeTokenBaseFunction · 0.70
haxeTokenStringFunction · 0.70
haxeTokenCommentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected