Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Packstack-Tech/packstack
/ setString
Function
setString
frontend/src/lib/storage.ts:29–32 ·
view source on GitHub ↗
(key: string, value: string)
Source
from the content-addressed store, hash-verified
27
return
value;
28
},
29
setString(key: string, value: string): string {
30
storage.setItem(key, value);
31
return
value;
32
},
33
removeItem(key: string) {
34
storage.removeItem(key);
35
}
Callers
1
setToken
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected