MCPcopy Index your code
hub / github.com/koding/kite / Addr

Method Addr

server.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (k *Kite) Addr() string {
65 return net.JoinHostPort(k.Config.IP, strconv.Itoa(k.Config.Port))
66}
67
68// listenAndServe listens on the TCP network address k.URL.Host and then
69// calls Serve to handle requests on incoming connectionk.

Callers 7

listenAndServeMethod · 0.95
PortMethod · 0.80
RandomPortFunction · 0.80
ListenAndServeMethod · 0.80
ListenAndServeTLSMethod · 0.80
setCallbackFunction · 0.80
listenAndServeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected