Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrr/http2
/ SetEndStream
Method
SetEndStream
data.go:41–43 ·
view source on GitHub ↗
(value bool)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(data *Data) SetEndStream(value bool) {
42
data.endStream = value
43
}
44
45
func
(data *Data) EndStream() bool {
46
return
data.endStream
Callers
7
makeHeaders
Function · 0.45
handleEndRequest
Method · 0.45
Write
Method · 0.45
ReadFrom
Method · 0.45
writeData
Method · 0.45
writeRequest
Method · 0.45
writeData
Function · 0.45
Calls
no outgoing calls
Tested by
1
makeHeaders
Function · 0.36