MCPcopy Index your code
hub / github.com/Effect-TS/effect / UuidV4Insert

Function UuidV4Insert

packages/sql/src/Model.ts:653–661  ·  view source on GitHub ↗
(
  schema: Schema.brand<typeof Schema.Uint8ArrayFromSelf, B>
)

Source from the content-addressed store, hash-verified

651 * @category uuid
652 */
653export const UuidV4Insert = <const B extends string | symbol>(
654 schema: Schema.brand<typeof Schema.Uint8ArrayFromSelf, B>
655): UuidV4Insert<B> =>
656 Field({
657 select: schema,
658 insert: UuidV4WithGenerate(schema),
659 update: schema,
660 json: schema
661 })
662
663/**
664 * A boolean parsed from 0 or 1

Callers

nothing calls this directly

Calls 2

UuidV4WithGenerateFunction · 0.85
FieldInterface · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…