Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
func
(p *Ping) Data() []byte {
68
return
p.data[:]
69
}
70
71
func
(p *Ping) Serialize(fr *FrameHeader) {
72
if
p.ack {
Callers
5
readLoop
Method · 0.45
handleFrame
Method · 0.45
readStream
Method · 0.45
TestFrameRead
Function · 0.45
debugData
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestFrameRead
Function · 0.36