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

Function BidiSpan

static/editor.md/lib/codemirror/lib/codemirror.js:8515–8518  ·  view source on GitHub ↗
(level, from, to)

Source from the content-addressed store, hash-verified

8513 var outerType = "L";
8514
8515 function BidiSpan(level, from, to) {
8516 this.level = level;
8517 this.from = from; this.to = to;
8518 }
8519
8520 return function(str) {
8521 if (!bidiRE.test(str)) return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected