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

Interface LCPCacheParams

packages/compiler/src/lib/lcp/cache.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { LCP_DICTIONARY_FILE_NAME } from "../../_const";
7
8export interface LCPCacheParams {
9 sourceRoot: string;
10 lingoDir: string;
11 lcp: LCPSchema;
12}
13
14export class LCPCache {
15 // make sure the cache file exists, otherwise imports will fail

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected