MCPcopy Index your code
hub / github.com/witheve/Eve / render

Method render

src/ide.ts:1782–1788  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1780 }
1781
1782 render() {
1783 return {c: "editor-pane", postRender: this.injectCodeMirror, children: [
1784 this.controls(),
1785 this.showNewBlockBar ? newBlockBar(this.newBlockBar) : undefined,
1786 this.showFormatBar ? formatBar({editor: this}) : undefined
1787 ]};
1788 }
1789}
1790
1791//---------------------------------------------------------

Callers

nothing calls this directly

Calls 3

controlsMethod · 0.95
newBlockBarFunction · 0.85
formatBarFunction · 0.85

Tested by

no test coverage detected