Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eggjs/egg
/ Response
Interface
Response
src/app/extend/response.ts:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
declare module
'@eggjs/core'
{
39
// add Response overrides types
40
interface
Response {
41
get realStatus(): number;
42
set realStatus(status: number);
43
}
44
}
Callers
nothing calls this directly
Implementers
2
Response
src/app/extend/response.ts
Context
src/app/extend/context.ts
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…