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

Function getStatusError

packages/platform/src/HttpApiSchema.ts:208–208  ·  view source on GitHub ↗
(self: A)

Source from the content-addressed store, hash-verified

206 * @category reflection
207 */
208export const getStatusError = <A extends Schema.Schema.All>(self: A): number => getStatusErrorAST(self.ast)
209
210/**
211 * Extracts all individual types from a union type recursively.

Callers

nothing calls this directly

Calls 1

getStatusErrorASTFunction · 0.85

Tested by

no test coverage detected