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

Function ret

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

Source from the content-addressed store, hash-verified

73 var type, content;
74
75 function ret(tp, style, cont) {
76 type = tp; content = cont;
77 return style;
78 }
79
80 function chain(stream, state, f) {
81 state.tokenize = f;

Callers 9

tokenBaseFunction · 0.70
tokenCommentFunction · 0.70
tokenStringFunction · 0.70
tokenVariableFunction · 0.70
tokenTagFunction · 0.70
tokenAttributeFunction · 0.70
tokenXMLCommentFunction · 0.70
tokenCDATAFunction · 0.70
tokenPreProcessingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected