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

Function quasi

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

Source from the content-addressed store, hash-verified

480 }
481 }
482 function quasi(type, value) {
483 if (type != "quasi") return pass();
484 if (value.slice(value.length - 2) != "${") return cont(quasi);
485 return cont(expression, continueQuasi);
486 }
487 function continueQuasi(type) {
488 if (type == "}") {
489 cx.marked = "string-2";

Callers

nothing calls this directly

Calls 2

passFunction · 0.85
contFunction · 0.85

Tested by

no test coverage detected