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

Function isUUID

repos/effect/packages/effect/src/Schema.ts:6615–6629  ·  view source on GitHub ↗
(version?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, annotations?: Annotations.Filter)

Source from the content-addressed store, hash-verified

6613 * into an {@link SchemaIssue.Composite}.
6614 *
6615 * @category models
6616 * @since 3.10.0
6617 */
6618export type FilterOutput =
6619 | undefined
6620 | boolean
6621 | FilterIssue
6622 | ReadonlyArray<FilterIssue>
6623
6624/**
6625 * Groups multiple checks into a single {@link SchemaAST.FilterGroup}, applying
6626 * optional shared annotations to the group as a whole.
6627 *
6628 * @category constructors
6629 * @since 4.0.0
6630 */
6631export function makeFilterGroup<T>(
6632 checks: readonly [SchemaAST.Check<T>, ...Array<SchemaAST.Check<T>>],

Callers

nothing calls this directly

Calls 2

getUUIDRegExpFunction · 0.85
isPatternFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…