Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
interface
ProfilesStorageLike {
10
getItem(key: string): string | null;
11
setItem(key: string, value: string): void;
12
}
13
Callers
6
migration.test.ts
File · 0.80
needsMigration
Function · 0.80
migrateFromLegacyStore
Function · 0.80
showNewVersionNotification
Function · 0.80
profilesStorage.test.ts
File · 0.80
loadProfilesData
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected