MCPcopy
hub / github.com/yusing/godoxy / LocalAddr

Method LocalAddr

internal/route/stream.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (r *StreamRoute) LocalAddr() net.Addr {
94 return r.stream.LocalAddr()
95}
96
97func (r *StreamRoute) initStream() (nettypes.Stream, error) {
98 lurl, rurl := r.LisURL, r.ProxyURL

Callers

nothing calls this directly

Implementers 2

StreamRouteinternal/route/stream.go
fakeSNIStreamRouteinternal/entrypoint/sni_passthrough_fa

Calls 1

LocalAddrMethod · 0.65

Tested by

no test coverage detected