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

Function BidiSpan

static/mergely/lib/codemirror.js:8758–8761  ·  view source on GitHub ↗
(level, from, to)

Source from the content-addressed store, hash-verified

8756 var outerType = "L";
8757
8758 function BidiSpan(level, from, to) {
8759 this.level = level;
8760 this.from = from; this.to = to;
8761 }
8762
8763 return function(str) {
8764 if (!bidiRE.test(str)) return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected