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

Method Write

proxy/proxy_test.go:100–105  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

98}
99
100func (l *testLog) Write(p []byte) (int, error) {
101 l.mu.Lock()
102 defer l.mu.Unlock()
103
104 return l.buf.Write(p)
105}
106
107func (l *testLog) String() string {
108 l.mu.Lock()

Callers 5

WriteMethod · 0.45
writePartsFunction · 0.45
startTestServerFunction · 0.45
TestFastCgiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected