Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4
interface
MockStorage {
5
clear(): void;
6
set(files: Record<string, string>): void;
7
}
8
9
// Global storage type
10
declare global {
Callers
11
triggerRetranslation
Function · 0.65
mock-storage.ts
File · 0.65
_resetIdentityCache
Function · 0.65
setLocaleInCookies
Function · 0.65
createMockRequest
Function · 0.65
setLocaleInCookies
Function · 0.65
ImportDeclaration
Function · 0.65
JSXExpressionContainer
Function · 0.65
resetScope
Method · 0.65
_setScopeField
Method · 0.65
_extractSourceDictionary
Method · 0.65
Implementers
2
LocalTranslationCache
packages/new-compiler/src/translators/
MemoryTranslationCache
packages/new-compiler/src/translators/
Calls
no outgoing calls
Tested by
no test coverage detected