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

Function ret

static/js/codemirror/mode/plsql/plsql.js:14–17  ·  view source on GitHub ↗
(tp, style)

Source from the content-addressed store, hash-verified

12
13 var type;
14 function ret(tp, style) {
15 type = tp;
16 return style;
17 }
18
19 function tokenBase(stream, state) {
20 var ch = stream.next();

Callers 3

tokenBaseFunction · 0.70
tokenStringFunction · 0.70
tokenCommentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected