MCPcopy Create free account
hub / github.com/getgridea/gridea / renderHtml

Method renderHtml

src/server/app.ts:156–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 }
155
156 public renderHtml() {
157 const renderer = new Renderer(this)
158 console.log(renderer)
159 // renderer.renderPostList()
160 }
161
162 public async saveSourceFolderSetting(sourceFolderPath: string = '') {
163 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected