MCPcopy 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
33func (r *ResponseWriter) WriteHeader(statusCode int) {
34 r.Writer.WriteHeader(statusCode)
35}

Callers 1

ServeHTTPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected