MCPcopy Create free account
hub / github.com/Effect-TS/effect / GeneratedByApp

Function GeneratedByApp

packages/effect/src/unstable/schema/Model.ts:259–265  ·  view source on GitHub ↗
(schema: S)

Source from the content-addressed store, hash-verified

257 * @since 4.0.0
258 */
259export const GeneratedByApp = <S extends Schema.Top>(schema: S): GeneratedByApp<S> =>
260 Field({
261 select: schema,
262 insert: schema,
263 update: schema,
264 json: schema
265 })
266
267/**
268 * Variant field type for a sensitive value that is available to database variants

Callers

nothing calls this directly

Calls 1

FieldFunction · 0.70

Tested by

no test coverage detected