MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / setItem

Method setItem

src/hooks/profilesStorage.ts:11–11  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

9interface ProfilesStorageLike {
10 getItem(key: string): string | null;
11 setItem(key: string, value: string): void;
12}
13
14function isRecord(value: unknown): value is Record<string, unknown> {

Callers 4

migration.test.tsFile · 0.80
saveDomainStoreFunction · 0.80
saveProfilesDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected