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

Function getStatusSuccess

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

Source from the content-addressed store, hash-verified

194 * @category reflection
195 */
196export const getStatusSuccess = <A extends Schema.Schema.Any>(self: A): number => getStatusSuccessAST(self.ast)
197
198/**
199 * @since 1.0.0

Callers

nothing calls this directly

Calls 1

getStatusSuccessASTFunction · 0.85

Tested by

no test coverage detected