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

Function MarkedSpan

static/mergely/lib/codemirror.js:6308–6311  ·  view source on GitHub ↗
(marker, from, to)

Source from the content-addressed store, hash-verified

6306 // TEXTMARKER SPANS
6307
6308 function MarkedSpan(marker, from, to) {
6309 this.marker = marker;
6310 this.from = from; this.to = to;
6311 }
6312
6313 // Search an array of spans for a span matching the given marker.
6314 function getMarkedSpanFor(spans, marker) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected