Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ getStatusErrorAST
Function
getStatusErrorAST
packages/platform/src/HttpApiSchema.ts:202–202 ·
view source on GitHub ↗
(ast: AST.AST)
Source
from the content-addressed store, hash-verified
200
* @category reflection
201
*/
202
export
const
getStatusErrorAST = (ast: AST.AST): number => getStatus(ast, 500)
203
204
/**
205
* @since 1.0.0
Callers
1
getStatusError
Function · 0.85
Calls
1
getStatus
Function · 0.85
Tested by
no test coverage detected