Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ getStatusSuccessAST
Function
getStatusSuccessAST
packages/platform/src/HttpApiSchema.ts:190–190 ·
view source on GitHub ↗
(ast: AST.AST)
Source
from the content-addressed store, hash-verified
188
* @category reflection
189
*/
190
export
const
getStatusSuccessAST = (ast: AST.AST): number => getStatus(ast, isVoid(ast) ? 204 : 200)
191
192
/**
193
* @since 1.0.0
Callers
1
getStatusSuccess
Function · 0.85
Calls
2
getStatus
Function · 0.85
isVoid
Function · 0.70
Tested by
no test coverage detected