Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
1346
func
(w *rw1) WriteString(s string) (int, error) {
1347
return
(*rwState)(w).doWriteString(s)
1348
}
1349
1350
// combination 3/512: http.ResponseWriter, http.Pusher
1351
type
rw2 rwState
Callers
5
Wrap
Function · 0.45
doWriteString
Method · 0.45
TestCaptureMetrics
Function · 0.45
TestWrap_preservesWriteHookForWriteString
Function · 0.45
writeHeader
Method · 0.45
Calls
1
doWriteString
Method · 0.80
Tested by
2
TestCaptureMetrics
Function · 0.36
TestWrap_preservesWriteHookForWriteString
Function · 0.36