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

Method make

packages/effect/src/Schema.ts:2921–2921  ·  view source on GitHub ↗
(
    props: RequiredKeys<Struct.Constructor<Fields>> extends never ? void | Simplify<Struct.Constructor<Fields>>
      : Simplify<Struct.Constructor<Fields>>,
    options?: MakeOptions
  )

Source from the content-addressed store, hash-verified

2919 readonly fields: Readonly<Fields>
2920 readonly records: readonly []
2921 make(
2922 props: RequiredKeys<Struct.Constructor<Fields>> extends never ? void | Simplify<Struct.Constructor<Fields>>
2923 : Simplify<Struct.Constructor<Fields>>,
2924 options?: MakeOptions

Callers 15

GetUserClass · 0.65
rpc-schemas.tsFile · 0.65
UsersClientClass · 0.65
makeFunction · 0.65
httpClient.tsFile · 0.65
headersFunction · 0.65
PgContainerClass · 0.65
MssqlContainerClass · 0.65
MysqlContainerClass · 0.65
Kysely.test.tsFile · 0.65
Pg.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 15

makeRunnerLayerFunction · 0.52
makeClientLayerFunction · 0.52
makeTestClientFunction · 0.52
makePollingGaugeFunction · 0.52
RateLimiterTestSuiteFunction · 0.52
makeRefFunction · 0.52
makeSTMEnvFunction · 0.52
repeatFunction · 0.52
runFunction · 0.52
exactlyOnceFunction · 0.52
structTypeSchemaFunction · 0.52
expectErrorFunction · 0.52