MCPcopy 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.
130func (a ICMPv6TypeCode) Code() uint8 {
131 return uint8(a)
132}
133
134func (a ICMPv6TypeCode) String() string {
135 t, c := a.Type(), a.Code()

Callers 2

StringMethod · 0.95
GoStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected