MCPcopy Create free account
hub / github.com/effect-app/libs / C

Class C

packages/infra/test/query.test.ts:1501–1503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1499
1500 const found = yield* repo.find(id)
1501 expect(Option.isSome(found)).toBe(true)
1502 expect(Option.getOrThrow(found).name).toBe("test preconfig")
1503 expect(Option.getOrThrow(found).id).toEqual(id)
1504
1505 const notFound = yield* repo.find(
1506 new PreconfigurationId({

Callers 1

Function.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected