Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
(e *DummyEndpoint) DstToString() string {
33
return
netip.AddrPortFrom(e.DstIP(), 1000).String()
34
}
35
36
func
(e *DummyEndpoint) DstToBytes() []byte {
37
out := e.DstIP().AsSlice()
Callers
nothing calls this directly
Calls
2
DstIP
Method · 0.95
String
Method · 0.45
Tested by
no test coverage detected