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

Function target

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

Source from the content-addressed store, hash-verified

507 };
508 }
509 function target(_, value) {
510 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorComma); }
511 }
512 function targetNoComma(_, value) {
513 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); }
514 }

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected