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

Function maybeTypeArgs

samples/common/codehighlight/javascript.js:663–665  ·  view source on GitHub ↗
(_, value)

Source from the content-addressed store, hash-verified

661 if (value == "?") return cont(typeexpr, expect(":"), typeexpr)
662 }
663 function maybeTypeArgs(_, value) {
664 if (value == "<") return cont(pushlex(">"), commasep(typeexpr, ">"), poplex, afterType)
665 }
666 function typeparam() {
667 return pass(typeexpr, maybeTypeDefault)
668 }

Callers

nothing calls this directly

Calls 3

contFunction · 0.85
pushlexFunction · 0.85
commasepFunction · 0.85

Tested by

no test coverage detected