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

Method Start

tunnelproxy/proxy.go:124–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122}
123
124func (p *Proxy) Start() {
125 go p.Run()
126 <-p.readyC
127}
128
129func (p *Proxy) Run() {
130 p.listenAndServe()

Callers 2

handleNotifyDarwinFunction · 0.80
TestProxyFunction · 0.80

Calls 1

RunMethod · 0.95

Tested by 1

TestProxyFunction · 0.64