MCPcopy
hub / github.com/witheve/Eve / render

Method render

src/ide.ts:2135–2138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2133 }
2134
2135 render() {
2136 // Update child states as necessary
2137 this.renderer.render([this.elem()]);
2138 }
2139
2140 queueUpdate = debounce((shouldEval = false) => {
2141 if(this.editor.dirty) {

Callers 15

IDEClass · 0.95
promptOverwriteMethod · 0.95
loadDocumentMethod · 0.95
injectSpansMethod · 0.95
injectNoticeMethod · 0.95
dismissNoticeMethod · 0.95
evalMethod · 0.95
_initProgramMethod · 0.45
changeDocumentFunction · 0.45
renderEveFunction · 0.45
microReact.jsFile · 0.45
NavigatorClass · 0.45

Calls 1

elemMethod · 0.95

Tested by

no test coverage detected