MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / makeHtml

Method makeHtml

src/plotViewer/index.ts:685–689  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

683 }
684
685 protected makeHtml(): string {
686 const ejsData = this.makeEjsData();
687 const html = ejs.render(this.htmlTemplate, ejsData);
688 return html;
689 }
690
691 protected makeEjsData(): EjsData {
692 const asLocalPath = (relPath: string) => {

Callers 1

refreshHtmlMethod · 0.95

Calls 1

makeEjsDataMethod · 0.95

Tested by

no test coverage detected