MCPcopy Index your code
hub / github.com/lingodotdev/lingo.dev / pullHints

Method pullHints

packages/cli/src/cli/loaders/_types.ts:26–26  ·  view source on GitHub ↗
(originalInput?: I)

Source from the content-addressed store, hash-verified

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 8

createWorkerTaskFunction · 0.65
jsonc.spec.tsFile · 0.65
composeLoadersFunction · 0.65
pullHintsFunction · 0.65
flat.spec.tsFile · 0.65
index.spec.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected