Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CopyTranslator/CopyTranslator
/ source
Method
source
src/main/translate-controller.ts:257–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
255
}
256
257
get source() {
258
return
this.get<Language>(
"sourceLanguage"
);
259
}
260
261
get target() {
262
return
this.get<Language>(
"targetLanguage"
);
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected