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

Method refresh

src/ide.ts:1035–1037  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1033 }
1034
1035 refresh() {
1036 this.cm.refresh();
1037 }
1038
1039 queueUpdate = debounce((shouldEval = false) => {
1040 if(!this.reloading && this.denormalizedSpans.length === 0) this.ide.queueUpdate(shouldEval);

Callers 1

formatLineMethod · 0.95

Calls 1

refreshMethod · 0.65

Tested by

no test coverage detected