Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ storage.spec.ts
File
storage.spec.ts
packages/utilities/src/storage.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ localStorage, sessionStorage, memoryStorage } from
'./storage'
;
2
3
describe(
'#localStorage'
, () => {
4
it(
'exposes set and get methods'
, () => {
Callers
nothing calls this directly
Calls
3
set
Method · 0.45
get
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected