Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/felixge/httpsnoop
/ doFlush
Method
doFlush
wrap_generated.go:1248–1254 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1246
}
1247
1248
func
(r *rwState) doFlush() {
1249
if
r.flush != nil {
1250
r.flush()
1251
return
1252
}
1253
r.w.(http.Flusher).Flush()
1254
}
1255
1256
func
(r *rwState) doFlushError() error {
1257
if
r.flushError != nil {
Callers
15
Flush
Method · 0.80
Flush
Method · 0.80
Flush
Method · 0.80
Flush
Method · 0.80
Flush
Method · 0.80
Flush
Method · 0.80
Flush
Method · 0.80
Flush
Method · 0.80
Flush
Method · 0.80
Flush
Method · 0.80
Flush
Method · 0.80
Flush
Method · 0.80
Calls
1
Flush
Method · 0.45
Tested by
no test coverage detected