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

Method set

packages/cli/tests/mock-storage.ts:6–6  ·  view source on GitHub ↗
(files: Record<string, string>)

Source from the content-addressed store, hash-verified

4interface MockStorage {
5 clear(): void;
6 set(files: Record<string, string>): void;
7}
8
9// Global storage type

Callers 15

setLocaleInCookiesFunction · 0.65
createMockRequestFunction · 0.65
setLocaleInCookiesFunction · 0.65
ImportDeclarationFunction · 0.65
JSXExpressionContainerFunction · 0.65
resetScopeMethod · 0.65
_setScopeFieldMethod · 0.65
initLoggerFunction · 0.65
dfsFunction · 0.65
deduplicateLockfileYamlFunction · 0.65

Implementers 2

LocalTranslationCachepackages/new-compiler/src/translators/
MemoryTranslationCachepackages/new-compiler/src/translators/

Calls

no outgoing calls

Tested by 2

createMockRequestFunction · 0.52
getFileIoLimiterFunction · 0.52