MCPcopy
hub / github.com/mzz2017/gg / Get

Method Get

proxy/ip_mapper.go:9–9  ·  view source on GitHub ↗
(loopback netip.Addr)

Source from the content-addressed store, hash-verified

7type IPMapper interface {
8 Alloc(target string) (loopback netip.Addr)
9 Get(loopback netip.Addr) (target string)
10}
11
12// LoopbackMapper projects something to a loopback IP.

Callers 15

ParseSSURLFunction · 0.65
ParseHTTPURLFunction · 0.65
NewTlsFunction · 0.65
NewSimpleObfsFunction · 0.65
ReadMethod · 0.65
NewWsFunction · 0.65
ParseSocksURLFunction · 0.65
ParseTrojanURLFunction · 0.65
ParseVlessURLFunction · 0.65
ParseVmessURLFunction · 0.65
ParseSSRURLFunction · 0.65
GetProjectionMethod · 0.65

Implementers 2

LoopbackMapperproxy/ip_mapper.go
ReservedMapperproxy/ip_mapper.go

Calls

no outgoing calls

Tested by

no test coverage detected