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

Function makeStore

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

Source from the content-addressed store, hash-verified

244
245describe("onepassword store", () => {
246 const makeStore = () => {
247 const blobs = pluginBlobStore(
248 makeInMemoryBlobStore(),
249 { org: "org_test", user: null },
250 "onepassword",
251 );
252 return { blobs, store: makeOnePasswordStore(blobs) };
253 };
254
255 it.effect("upgrades a legacy single-vault blob on read", () =>
256 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