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

Method asHtml

external/.scrollLibs.js:16014–16016  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16012 return obj
16013 }
16014 get asHtml() {
16015 return this._subparticlesToHtml(0)
16016 }
16017 _toHtmlCubeLine(indents = 0, lineIndex = 0, planeIndex = 0) {
16018 const getLine = (atomIndex, atom = "") =>
16019 `<span class="htmlCubeSpan" style="top: calc(var(--topIncrement) * ${planeIndex} + var(--rowHeight) * ${lineIndex}); left:calc(var(--leftIncrement) * ${planeIndex} + var(--atomWidth) * ${atomIndex});">${atom.replace(

Callers

nothing calls this directly

Calls 1

_subparticlesToHtmlMethod · 0.95

Tested by

no test coverage detected