MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / clear

Method clear

src/main/translate-controller.ts:265–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 }
264
265 clear() {
266 this.text = "";
267 this.lastAppend = "";
268 this.clearResult();
269 }
270
271 clearResult() {
272 this.translateResult = undefined;

Callers 2

handleMethod · 0.95
flushMethod · 0.45

Calls 1

clearResultMethod · 0.95

Tested by

no test coverage detected