MCPcopy Create free account
hub / github.com/discourse/discourse-auth-proxy / Write

Method Write

logging.go:41–43  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

39}
40
41func (w *loggableResponseWriter) Write(b []byte) (int, error) {
42 return w.next.Write(b)
43}
44
45func (w *loggableResponseWriter) WriteHeader(statusCode int) {
46 w.StatusCode = statusCode

Callers 1

computeHMACFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected