Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/koding/kite
/ StartNotify
Method
StartNotify
tunnelproxy/tunnel.go:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(t *Tunnel) StartNotify()
chan
bool {
37
return
t.startChan
38
}
39
40
func
(t *Tunnel) Run(remoteConn sockjs.Session) {
41
close(t.startChan)
Callers
1
handleProxy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected