MCPcopy Create free account
hub / github.com/zalando/skipper / Write

Method Write

proxy/proxy_test.go:191–195  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

189}
190
191func (srw *syncResponseWriter) Write(b []byte) (int, error) {
192 srw.mu.Lock()
193 defer srw.mu.Unlock()
194 return srw.body.Write(b)
195}
196
197func (srw *syncResponseWriter) Read(b []byte) (int, error) {
198 srw.mu.Lock()

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected