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

Interface MockStorage

packages/cli/tests/mock-storage.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 11

triggerRetranslationFunction · 0.65
mock-storage.tsFile · 0.65
_resetIdentityCacheFunction · 0.65
setLocaleInCookiesFunction · 0.65
createMockRequestFunction · 0.65
setLocaleInCookiesFunction · 0.65
ImportDeclarationFunction · 0.65
JSXExpressionContainerFunction · 0.65
resetScopeMethod · 0.65
_setScopeFieldMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected