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

Method getItem

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

Source from the content-addressed store, hash-verified

8
9interface ProfilesStorageLike {
10 getItem(key: string): string | null;
11 setItem(key: string, value: string): void;
12}
13

Callers 6

migration.test.tsFile · 0.80
needsMigrationFunction · 0.80
migrateFromLegacyStoreFunction · 0.80
loadProfilesDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected