MCPcopy
hub / github.com/DHTMLX/gantt / className

Function className

samples/common/codehighlight/javascript.js:753–755  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

751 return classNameAfter(type, value);
752 }
753 function className(type, value) {
754 if (type == "variable") {register(value); return cont(classNameAfter);}
755 }
756 function classNameAfter(type, value) {
757 if (value == "<") return cont(pushlex(">"), commasep(typeparam, ">"), poplex, classNameAfter)
758 if (value == "extends" || value == "implements" || (isTS && type == ",")) {

Callers 1

classExpressionFunction · 0.85

Calls 2

contFunction · 0.85
registerFunction · 0.70

Tested by

no test coverage detected