MCPcopy
hub / github.com/coder/mux / UserPreferenceStorageArea

Interface UserPreferenceStorageArea

src/common/preferences/userPreferencesStorage.ts:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53} from "@/common/preferences/userPreferenceParsing";
54
55export interface UserPreferenceStorageArea {
56 readonly length: number;
57 key(index: number): string | null;
58 getItem(key: string): string | null;
59}
60
61export interface StoredUserPreferenceEntry {
62 key: string;

Callers 9

ProjectDragLayerFunction · 0.65
WorkspaceDragLayerFunction · 0.65
getStoredAuthTokenFunction · 0.65
createNewWorkspaceFunction · 0.65

Implementers 3

MemoryStoragesrc/browser/contexts/UserPreferencesCo
MemoryStoragesrc/common/preferences/userPreferences
MemoryStoragesrc/common/constants/storage.test.ts

Calls

no outgoing calls

Tested by

no test coverage detected