MCPcopy Create free account
hub / github.com/felixge/httpsnoop / Write

Method Write

wrap_generated.go:1343–1345  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

1341 (*rwState)(w).doWriteHeader(code)
1342}
1343func (w *rw1) Write(b []byte) (int, error) {
1344 return (*rwState)(w).doWrite(b)
1345}
1346func (w *rw1) WriteString(s string) (int, error) {
1347 return (*rwState)(w).doWriteString(s)
1348}

Callers

nothing calls this directly

Calls 1

doWriteMethod · 0.80

Tested by

no test coverage detected