MCPcopy Create free account
hub / github.com/TruthHun/BookStack / recognizeMarker

Function recognizeMarker

static/mergely/lib/codemirror.js:1965–1965  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1963 function domTextBetween(cm, from, to, fromLine, toLine) {
1964 var text = "", closing = false, lineSep = cm.doc.lineSeparator();
1965 function recognizeMarker(id) { return function(marker) { return marker.id == id; }; }
1966 function walk(node) {
1967 if (node.nodeType == 1) {
1968 var cmText = node.getAttribute("cm-text");

Callers 1

walkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected