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

Method Data

ping.go:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (p *Ping) Data() []byte {
68 return p.data[:]
69}
70
71func (p *Ping) Serialize(fr *FrameHeader) {
72 if p.ack {

Callers 5

readLoopMethod · 0.45
handleFrameMethod · 0.45
readStreamMethod · 0.45
TestFrameReadFunction · 0.45
debugDataFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestFrameReadFunction · 0.36