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

Method pick

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

Source from the content-addressed store, hash-verified

2926
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

Callers 13

GroupsApiClass · 0.65
Struct.tst.tsFile · 0.65
f2Function · 0.65
Schema.tst.tsFile · 0.65
fFunction · 0.65
Context.tst.tsFile · 0.65
Context.test.tsFile · 0.65
Struct.test.tsFile · 0.65
pick.test.tsFile · 0.65
pick.test.tsFile · 0.65
contextFromServicesFunction · 0.65
pickMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected