Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ WriteHeader
Method
WriteHeader
controller/mcp/writer.go:33–35 ·
view source on GitHub ↗
(statusCode int)
Source
from the content-addressed store, hash-verified
31
}
32
33
func
(r *ResponseWriter) WriteHeader(statusCode int) {
34
r.Writer.WriteHeader(statusCode)
35
}
Callers
1
ServeHTTP
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected