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

Method format

external/.scrollLibs.js:16056–16059  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16054 return "\n"
16055 }
16056 format() {
16057 this.forEach(subparticle => subparticle.format())
16058 return this
16059 }
16060 compile() {
16061 return this.map(subparticle => subparticle.compile()).join(this._getChildJoinCharacter())
16062 }

Callers 9

formatMethod · 0.45
_formatCodeMethod · 0.45
formatMethod · 0.45
.datatables.jsFile · 0.45
tickFormatFunction · 0.45
loggishFunction · 0.45
$oFunction · 0.45
slFunction · 0.45
.plot.jsFile · 0.45

Calls 1

forEachMethod · 0.95

Tested by

no test coverage detected