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

Function GeneratedByApp

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

Source from the content-addressed store, hash-verified

220 * @category generated
221 */
222export const GeneratedByApp = <S extends Schema.Schema.All | Schema.PropertySignature.All>(
223 schema: S
224): GeneratedByApp<S> =>
225 Field({
226 select: schema,
227 insert: schema,
228 update: schema,
229 json: schema
230 })
231
232/**
233 * @since 1.0.0

Callers

nothing calls this directly

Calls 1

FieldInterface · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…