MCPcopy
hub / github.com/lingodotdev/lingo.dev / pull

Method pull

packages/cli/src/cli/loaders/_types.ts:24–24  ·  view source on GitHub ↗
(locale: string, input: I)

Source from the content-addressed store, hash-verified

22 setDefaultLocale(locale: string): this;
23 init(): Promise<C>;
24 pull(locale: string, input: I): Promise<O>;
25 push(locale: string, data: O): Promise<I>;
26 pullHints(originalInput?: I): Promise<O | undefined>;
27}

Callers 15

status.tsFile · 0.65
purge.tsFile · 0.65
lockfile.tsFile · 0.65
i18n.tsFile · 0.65
cleanup.tsFile · 0.65
executeKeyCommandFunction · 0.65
estimateFunction · 0.65
createWorkerTaskFunction · 0.65
frozenFunction · 0.65
json5.spec.tsFile · 0.65
xliff.spec.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected