Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
196
export
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
getStatusSuccessAST
Function · 0.85
Tested by
no test coverage detected