Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
handle
Method · 0.95
flush
Method · 0.45
Calls
1
clearResult
Method · 0.95
Tested by
no test coverage detected