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

Method eval

src/ide.ts:2415–2422  ·  view source on GitHub ↗
(persist?: boolean)

Source from the content-addressed store, hash-verified

2413 }
2414
2415 eval(persist?: boolean) {
2416 if(this.notices.length) {
2417 this.notices = [];
2418 this.render();
2419 this.editor.cm.refresh();
2420 }
2421 if(this.onEval) this.onEval(this, persist);
2422 }
2423
2424 tokenInfo() {
2425 let doc = this.editor.cm.getDoc();

Callers 3

IDEClass · 0.95
EditorClass · 0.80
controlsMethod · 0.80

Calls 2

renderMethod · 0.95
refreshMethod · 0.65

Tested by

no test coverage detected