MCPcopy Create free account
hub / github.com/DHTMLX/gantt / recognizeMarker

Function recognizeMarker

samples/common/codehighlight/codemirror.js:9166–9166  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

9164 function domTextBetween(cm, from, to, fromLine, toLine) {
9165 var text = "", closing = false, lineSep = cm.doc.lineSeparator(), extraLinebreak = false;
9166 function recognizeMarker(id) { return function (marker) { return marker.id == id; } }
9167 function close() {
9168 if (closing) {
9169 text += lineSep;

Callers 1

walkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected