MCPcopy Create free account
hub / github.com/witheve/Eve / recognizeMarker

Function recognizeMarker

src/codemirror.js:1970–1970  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1968 function domTextBetween(cm, from, to, fromLine, toLine) {
1969 var text = "", closing = false, lineSep = cm.doc.lineSeparator();
1970 function recognizeMarker(id) { return function(marker) { return marker.id == id; }; }
1971 function walk(node) {
1972 if (node.nodeType == 1) {
1973 var cmText = node.getAttribute("cm-text");

Callers 1

walkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected