MCPcopy Index your code
hub / github.com/Effect-TS/effect / Empty

Function Empty

packages/platform/src/HttpApiSchema.ts:307–307  ·  view source on GitHub ↗
(status: number)

Source from the content-addressed store, hash-verified

305 * @category empty response
306 */
307export const Empty = (status: number): typeof Schema.Void => Schema.Void.annotations(annotations({ status }))
308
309/**
310 * @since 1.0.0

Callers 1

HttpApiSchema.tsFile · 0.70

Calls 2

annotationsFunction · 0.70
annotationsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…