MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / ret

Function ret

static/js/codemirror/mode/css/css.js:189–189  ·  view source on GitHub ↗
(style, tp)

Source from the content-addressed store, hash-verified

187
188 function keySet(array) { var keys = {}; for (var i = 0; i < array.length; ++i) keys[array[i]] = true; return keys; }
189 function ret(style, tp) {type = tp; return style;}
190
191 function tokenBase(stream, state) {
192 var ch = stream.next();

Callers 5

tokenBaseFunction · 0.70
tokenCCommentFunction · 0.70
tokenSGMLCommentFunction · 0.70
tokenStringFunction · 0.70
tokenParenthesizedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected