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

Function badPos

external/.scrollLibs.js:12487–12492  ·  view source on GitHub ↗
(pos, bad)

Source from the content-addressed store, hash-verified

12485 }
12486
12487 function badPos(pos, bad) {
12488 if (bad) {
12489 pos.bad = true
12490 }
12491 return pos
12492 }
12493
12494 function domTextBetween(cm, from, to, fromLine, toLine) {
12495 var text = "",

Callers 2

domToPosFunction · 0.85
locateNodeInLineViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected