MCPcopy Create free account
hub / github.com/breck7/scroll / recognizeMarker

Function recognizeMarker

external/.scrollLibs.js:12499–12503  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

12497 lineSep = cm.doc.lineSeparator(),
12498 extraLinebreak = false
12499 function recognizeMarker(id) {
12500 return function (marker) {
12501 return marker.id == id
12502 }
12503 }
12504 function close() {
12505 if (closing) {
12506 text += lineSep

Callers 1

walkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected