| 3312 | } |
| 3313 | |
| 3314 | type EncapNLRI struct { |
| 3315 | Endpoint netip.Addr |
| 3316 | } |
| 3317 | |
| 3318 | func (n *EncapNLRI) decodeFromBytes(data []byte, options ...*MarshallingOption) error { |
| 3319 | if len(data) < 1 { |
nothing calls this directly
no outgoing calls
no test coverage detected