MCPcopy Index your code
hub / github.com/CopyTranslator/CopyTranslator / get

Method get

src/main/translate-controller.ts:228–230  ·  view source on GitHub ↗
(identifier: Identifier)

Source from the content-addressed store, hash-verified

226 }
227
228 get<T>(identifier: Identifier) {
229 return this.controller.get(identifier) as T;
230 }
231
232 get isIncremental(): boolean {
233 return this.get<boolean>("incrementalCopy") || this.incrementCounter > 0;

Callers 15

isIncrementalMethod · 0.95
sourceMethod · 0.95
targetMethod · 0.95
normalizeTextMethod · 0.95
postProcessMethod · 0.95
getOptionsMethod · 0.95
decideLanguageMethod · 0.95
postTranslateMethod · 0.95
syncMethod · 0.95
isWordMethod · 0.95
translateSentenceMethod · 0.95
doubleCopyTranslateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected