Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
129
func
(p *Proxy) Run() {
130
p.listenAndServe()
131
}
132
133
func
(p *Proxy) listenAndServe() error {
134
var
err error
Callers
5
Start
Method · 0.95
init
Function · 0.45
handleTunnel
Method · 0.45
TestProxy
Function · 0.45
main
Function · 0.45
Calls
1
listenAndServe
Method · 0.95
Tested by
2
init
Function · 0.36
TestProxy
Function · 0.36