Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrr/http2
/ SetData
Method
SetData
ping.go:43–45 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(p *Ping) SetData(b []byte) {
44
copy(p.data[:], b)
45
}
46
47
func
(p *Ping) SetCurrentTime() {
48
ts := time.Now().UnixNano()
Callers
7
Deserialize
Method · 0.95
writeGoAway
Method · 0.45
createStream
Method · 0.45
Write
Method · 0.45
ReadFrom
Method · 0.45
writeData
Method · 0.45
writeData
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected