Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
124
func
(p *Proxy) Start() {
125
go
p.Run()
126
<-p.readyC
127
}
128
129
func
(p *Proxy) Run() {
130
p.listenAndServe()
Callers
2
handleNotifyDarwin
Function · 0.80
TestProxy
Function · 0.80
Calls
1
Run
Method · 0.95
Tested by
1
TestProxy
Function · 0.64