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

Method SrcToString

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

Source from the content-addressed store, hash-verified

26func (e *DummyEndpoint) ClearSrc() {}
27
28func (e *DummyEndpoint) SrcToString() string {
29 return netip.AddrPortFrom(e.SrcIP(), 1000).String()
30}
31
32func (e *DummyEndpoint) DstToString() string {
33 return netip.AddrPortFrom(e.DstIP(), 1000).String()

Callers

nothing calls this directly

Calls 2

SrcIPMethod · 0.95
StringMethod · 0.45

Tested by

no test coverage detected