MCPcopy Index your code
hub / github.com/felixge/httpsnoop / WriteString

Method WriteString

wrap_generated.go:1346–1348  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

1344 return (*rwState)(w).doWrite(b)
1345}
1346func (w *rw1) WriteString(s string) (int, error) {
1347 return (*rwState)(w).doWriteString(s)
1348}
1349
1350// combination 3/512: http.ResponseWriter, http.Pusher
1351type rw2 rwState

Callers 5

WrapFunction · 0.45
doWriteStringMethod · 0.45
TestCaptureMetricsFunction · 0.45
writeHeaderMethod · 0.45

Calls 1

doWriteStringMethod · 0.80

Tested by 2

TestCaptureMetricsFunction · 0.36