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

Method fill

external/.scrollLibs.js:15582–15587  ·  view source on GitHub ↗
(fill = "")

Source from the content-addressed store, hash-verified

15580 }
15581 }
15582 fill(fill = "") {
15583 this.topDownArray.forEach(line => {
15584 line.atoms.forEach((atom, index) => line.setAtom(index, fill))
15585 })
15586 return this
15587 }
15588 getAllAtomBoundaryCoordinates() {
15589 const coordinates = []
15590 let lineIndex = 0

Callers 15

drawDotFunction · 0.80
.sparkline.jsFile · 0.80
.katex.min.jsFile · 0.80
toAutoCompleteCubeMethod · 0.80
.leaflet.jsFile · 0.80
cross$2Function · 0.80
updateMethod · 0.80
_initMethod · 0.80
_initMethod · 0.80
coFunction · 0.80
hlFunction · 0.80
$uFunction · 0.80

Calls 2

forEachMethod · 0.80
setAtomMethod · 0.80

Tested by

no test coverage detected