MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / ret

Function ret

mini-code-edit/cm/mode/xquery/xquery.js:84–87  ·  view source on GitHub ↗
(tp, style, cont)

Source from the content-addressed store, hash-verified

82 var type, content;
83
84 function ret(tp, style, cont) {
85 type = tp; content = cont;
86 return style;
87 }
88
89 function chain(stream, state, f) {
90 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