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

Function Sensitive

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

Source from the content-addressed store, hash-verified

287 * @since 4.0.0
288 */
289export const Sensitive = <S extends Schema.Top>(schema: S): Sensitive<S> =>
290 Field({
291 select: schema,
292 insert: schema,
293 update: schema
294 })
295
296/**
297 * Schema type for an optional object key whose encoded value may be missing or

Callers

nothing calls this directly

Calls 1

FieldFunction · 0.70

Tested by

no test coverage detected