MCPcopy
hub / github.com/Effect-TS/effect / omit

Method omit

packages/effect/src/Schema.ts:2929–2929  ·  view source on GitHub ↗
(...keys: Keys)

Source from the content-addressed store, hash-verified

2927 annotations(annotations: Annotations.Schema<Simplify<Struct.Type<Fields>>>): Struct<Fields>
2928 pick<Keys extends ReadonlyArray<keyof Fields>>(...keys: Keys): Struct<Simplify<Pick<Fields, Keys[number]>>>
2929 omit<Keys extends ReadonlyArray<keyof Fields>>(...keys: Keys): Struct<Simplify<Omit<Fields, Keys[number]>>>
2930}
2931
2932/**

Callers 15

makeFunction · 0.65
HttpClient.test.tsFile · 0.65
UsersApiClass · 0.65
startFunction · 0.65
http-client.tsFile · 0.65
AnthropicTool.tsFile · 0.65
OpenAiClient.tsFile · 0.65
OpenAiTool.tsFile · 0.65
HttpClient.test.tsFile · 0.65
annotationsFunction · 0.65
runFunction · 0.65
workerRunner.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected