Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ stop
Method
stop
vpn/tunnel.go:286–288 ·
view source on GitHub ↗
(*StopRequest)
Source
from the content-addressed store, hash-verified
284
}
285
286
func
(t *Tunnel) stop(*StopRequest) error {
287
return
t.updater.stop()
288
}
289
290
var
_ slog.Sink = &Tunnel{}
291
Callers
1
handleRPC
Method · 0.95
Calls
1
stop
Method · 0.65
Tested by
no test coverage detected