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

Function recognizeMarker

static/editor.md/lib/codemirror/lib/codemirror.js:1869–1869  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1867 function domTextBetween(cm, from, to, fromLine, toLine) {
1868 var text = "", closing = false;
1869 function recognizeMarker(id) { return function(marker) { return marker.id == id; }; }
1870 function walk(node) {
1871 if (node.nodeType == 1) {
1872 var cmText = node.getAttribute("cm-text");

Callers 1

walkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected