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

Method Increment

windowUpdate.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (wu *WindowUpdate) Increment() int {
29 return wu.increment
30}
31
32func (wu *WindowUpdate) SetIncrement(increment int) {
33 wu.increment = increment

Callers 4

readLoopMethod · 0.80
handleFrameMethod · 0.80
readNextMethod · 0.80
debugFrameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected