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

Function nestedProjectedItemsOf

packages/infra/test/repository-ext.test.ts:46–48  ·  view source on GitHub ↗
(
  items: readonly [NestedProjectedItem, ...NestedProjectedItem[]]
)

Source from the content-addressed store, hash-verified

44 id: S.StringId
45})
46type NestedProjectedItem = typeof nestedProjectedItem.Type
47const nestedSource = S.Struct({
48 id: S.String,
49 items: S.NonEmptyArray(nestedSourceItem),
50 label: S.String
51})

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…