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

Method init

packages/cli/src/cli/loaders/_types.ts:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21export interface ILoader<I, O, C = void> extends ILoaderDefinition<I, O, C> {
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>;

Callers 8

initCICDFunction · 0.65
status.tsFile · 0.65
purge.tsFile · 0.65
i18n.tsFile · 0.65
frozenFunction · 0.65
composeLoadersFunction · 0.65
initFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected