MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / makeStore

Function makeStore

packages/plugins/onepassword/src/sdk/plugin.test.ts:156–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154
155describe("onepassword store", () => {
156 const makeStore = () => {
157 const blobs = pluginBlobStore(
158 makeInMemoryBlobStore(),
159 { org: "org_test", user: null },
160 "onepassword",
161 );
162 return { blobs, store: makeOnePasswordStore(blobs) };
163 };
164
165 it.effect("upgrades a legacy single-vault blob on read", () =>
166 Effect.gen(function* () {

Callers 1

plugin.test.tsFile · 0.70

Calls 3

pluginBlobStoreFunction · 0.90
makeInMemoryBlobStoreFunction · 0.90
makeOnePasswordStoreFunction · 0.90

Tested by

no test coverage detected