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

Function Generated

packages/sql/src/Model.ts:191–198  ·  view source on GitHub ↗
(
  schema: S
)

Source from the content-addressed store, hash-verified

189 * @category generated
190 */
191export const Generated = <S extends Schema.Schema.All | Schema.PropertySignature.All>(
192 schema: S
193): Generated<S> =>
194 Field({
195 select: schema,
196 update: schema,
197 json: schema
198 })
199
200/**
201 * @since 1.0.0

Callers

nothing calls this directly

Calls 1

FieldInterface · 0.50

Tested by

no test coverage detected