Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ Empty
Function
Empty
packages/platform/src/HttpApiSchema.ts:307–307 ·
view source on GitHub ↗
(status: number)
Source
from the content-addressed store, hash-verified
305
* @category empty response
306
*/
307
export
const
Empty = (status: number): typeof Schema.Void => Schema.Void.annotations(annotations({ status }))
308
309
/**
310
* @since 1.0.0
Callers
1
HttpApiSchema.ts
File · 0.70
Calls
2
annotations
Function · 0.70
annotations
Method · 0.65
Tested by
no test coverage detected