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

Method scrollToHtml

scroll.js:62–66  ·  view source on GitHub ↗
(scrollCode)

Source from the content-addressed store, hash-verified

60 }
61
62 async scrollToHtml(scrollCode) {
63 const file = this.sfs.newFile(scrollCode)
64 await file.singlePassFuse()
65 return file.scrollProgram.asHtml
66 }
67
68 sfs = new ScrollFileSystem(undefined, path.join(__dirname, "parsers"))
69 initFs(obj) {

Callers 1

scroll.test.jsFile · 0.80

Calls 2

newFileMethod · 0.80
singlePassFuseMethod · 0.80

Tested by

no test coverage detected