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

Function ret

static/editor.md/lib/codemirror/mode/dylan/dylan.js:159–163  ·  view source on GitHub ↗
(_type, style, _content)

Source from the content-addressed store, hash-verified

157 var type, content;
158
159 function ret(_type, style, _content) {
160 type = _type;
161 content = _content;
162 return style;
163 }
164
165 function tokenBase(stream, state) {
166 // String

Callers 3

tokenBaseFunction · 0.70
tokenCommentFunction · 0.70
tokenStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected