Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
104
func
(rw *ResponseWriterWrapper) StatusCode() int {
105
if
rw.statusCode == 0 {
106
return
http.StatusOK
107
}
108
return
rw.statusCode
109
}
Callers
2
ServeHTTP
Method · 0.95
ServeHTTP
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected