MCPcopy
hub / github.com/nbubna/store / area

Method area

index.d.ts:33–33  ·  view source on GitHub ↗
(id: string, area: Storage)

Source from the content-addressed store, hash-verified

31 size(): number;
32 transact(key: any, fn: TransactFn, alt?: any|Reviver): StoreBase;
33 area(id: string, area: Storage): StoreBase
34}
35
36export type StoreBase = StoreAPI & Base;

Callers 6

areaFunction · 0.80
store.dom.jsFile · 0.80
store.overflow.jsFile · 0.80
store.cookie.jsFile · 0.80
store.cookies.jsFile · 0.80
store2.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected