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

Function push

packages/cli/src/cli/loaders/xcode-stringsdict.ts:36–39  ·  view source on GitHub ↗
(locale, payload)

Source from the content-addressed store, hash-verified

34 }
35 },
36 async push(locale, payload) {
37 const plistContent = plist.build(payload);
38 return plistContent;
39 },
40 });
41}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected