MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / constructor

Method constructor

packages/utilities/src/storage.ts:6–8  ·  view source on GitHub ↗
(type: StorageType)

Source from the content-addressed store, hash-verified

4 type: StorageType;
5
6 constructor(type: StorageType) {
7 this.type = type;
8 }
9
10 get(key: string) {
11 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected