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

Method Run

tunnelproxy/proxy.go:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127}
128
129func (p *Proxy) Run() {
130 p.listenAndServe()
131}
132
133func (p *Proxy) listenAndServe() error {
134 var err error

Callers 5

StartMethod · 0.95
initFunction · 0.45
handleTunnelMethod · 0.45
TestProxyFunction · 0.45
mainFunction · 0.45

Calls 1

listenAndServeMethod · 0.95

Tested by 2

initFunction · 0.36
TestProxyFunction · 0.36