Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gin-gonic/gin
/ responseWriter
Struct
responseWriter
response_writer.go:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
type
responseWriter
struct
{
50
http.ResponseWriter
51
size int
52
status int
53
}
54
55
var
_ ResponseWriter = (*responseWriter)(nil)
56
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected