MCPcopy Create free account
hub / github.com/encodeous/nylon / DstToString

Method DstToString

polyamide/device/endpoint_test.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (e *DummyEndpoint) DstToString() string {
33 return netip.AddrPortFrom(e.DstIP(), 1000).String()
34}
35
36func (e *DummyEndpoint) DstToBytes() []byte {
37 out := e.DstIP().AsSlice()

Callers

nothing calls this directly

Calls 2

DstIPMethod · 0.95
StringMethod · 0.45

Tested by

no test coverage detected