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

Method compile

external/.scrollLibs.js:16060–16062  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16058 return this
16059 }
16060 compile() {
16061 return this.map(subparticle => subparticle.compile()).join(this._getChildJoinCharacter())
16062 }
16063 get asXml() {
16064 return this._subparticlesToXml(0)
16065 }

Callers 4

compileMethod · 0.45
compileMethod · 0.45
compileMethod · 0.45
toPlainHtmlMethod · 0.45

Calls 3

mapMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected