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

Method elem

src/ide.ts:2074–2084  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2072 }
2073
2074 elem() {
2075 return {c: `editor-root`, children: [
2076 this.navigator.render(),
2077 {c: "main-pane", children: [
2078 this.noticesElem(),
2079 this.editor.render(),
2080 this.overwriteId ? this.overwritePrompt() : undefined,
2081 ]},
2082 this.comments.render()
2083 ]};
2084 }
2085
2086 noticesElem() {
2087 let items = [];

Callers 1

renderMethod · 0.95

Calls 3

noticesElemMethod · 0.95
overwritePromptMethod · 0.95
renderMethod · 0.45

Tested by

no test coverage detected