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

Method push

packages/cli/src/cli/loaders/_types.ts:25–25  ·  view source on GitHub ↗
(locale: string, data: O)

Source from the content-addressed store, hash-verified

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

replaceVariablesFunction · 0.65
replaceElementsFunction · 0.65
replaceFunctionsFunction · 0.65
processWithIndexFunction · 0.65
jsx-scope-flag.tsFile · 0.65
validateLLMKeyDetailsFunction · 0.65
replaceHtmlComponentFunction · 0.65
jsx-root-flag.tsFile · 0.65

Calls

no outgoing calls

Tested by 2

JSXTextFunction · 0.52
JSXElementFunction · 0.52