MCPcopy Create free account
hub / github.com/dgrr/http2 / SetState

Method SetState

stream.go:88–90  ·  view source on GitHub ↗
(state StreamState)

Source from the content-addressed store, hash-verified

86}
87
88func (s *Stream) SetState(state StreamState) {
89 s.state = state
90}
91
92func (s *Stream) Window() int32 {
93 return int32(s.window)

Callers 3

handleStreamsMethod · 0.95
writeErrorMethod · 0.80
handleStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected