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

Function NonEmptyArray

packages/effect-app/src/Schema.ts:294–296  ·  view source on GitHub ↗
(value: Value)

Source from the content-addressed store, hash-verified

292 : StructNestedEncodedError<T>
293
294export function NonEmptyArray<Value extends S.Top>(value: Value): S.NonEmptyArray<Value> {
295 return S.NonEmptyArray(value).annotate(concurrencyUnbounded)
296}
297
298export function TaggedStruct<const Tag extends SchemaAST.LiteralValue, const Fields extends S.Struct.Fields>(
299 value: Tag,

Callers

nothing calls this directly

Calls 1

annotateMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…