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

Function ret

static/editor.md/lib/codemirror/mode/tiddlywiki/tiddlywiki.js:78–82  ·  view source on GitHub ↗
(tp, style, cont)

Source from the content-addressed store, hash-verified

76 var type, content;
77
78 function ret(tp, style, cont) {
79 type = tp;
80 content = cont;
81 return style;
82 }
83
84 function jsTokenBase(stream, state) {
85 var sol = stream.sol(), ch;

Callers 8

jsTokenBaseFunction · 0.70
twTokenCommentFunction · 0.70
twTokenStrongFunction · 0.70
twTokenCodeFunction · 0.70
twTokenEmFunction · 0.70
twTokenUnderlineFunction · 0.70
twTokenStrikeFunction · 0.70
twTokenMacroFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected