Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/gopacket
/ Code
Method
Code
layers/icmp6.go:130–132 ·
view source on GitHub ↗
Code returns the ICMPv6 code field.
()
Source
from the content-addressed store, hash-verified
128
129
// Code returns the ICMPv6 code field.
130
func
(a ICMPv6TypeCode) Code() uint8 {
131
return
uint8(a)
132
}
133
134
func
(a ICMPv6TypeCode) String() string {
135
t, c := a.Type(), a.Code()
Callers
2
String
Method · 0.95
GoString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected