Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/
Class
packages/utilities/src/storage.ts:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
type
StorageType =
'local'
|
'session'
;
2
3
class
Storage {
4
type
: StorageType;
5
6
constructor(
type
: StorageType) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected