MCPcopy
hub / github.com/vulcand/vulcand / StatusCode

Method StatusCode

proxy/tracing/tracing.go:104–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func (rw *ResponseWriterWrapper) StatusCode() int {
105 if rw.statusCode == 0 {
106 return http.StatusOK
107 }
108 return rw.statusCode
109}

Callers 2

ServeHTTPMethod · 0.95
ServeHTTPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected