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

Function Sensitive

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

Source from the content-addressed store, hash-verified

285 * JSON variants.
286 *
287 * @category schemas
288 * @since 4.0.0
289 */
290export const Sensitive = <S extends Schema.Top>(schema: S): Sensitive<S> =>
291 Field({
292 select: schema,
293 insert: schema,
294 update: schema
295 })

Callers

nothing calls this directly

Calls 1

FieldFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…