Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ GetStop
Method
GetStop
vpn/vpn.pb.go:537–542 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
535
}
536
537
func
(x *TunnelMessage) GetStop() *StopResponse {
538
if
x, ok := x.GetMsg().(*TunnelMessage_Stop); ok {
539
return
x.Stop
540
}
541
return
nil
542
}
543
544
type
isTunnelMessage_Msg
interface
{
545
isTunnelMessage_Msg()
Callers
nothing calls this directly
Calls
1
GetMsg
Method · 0.95
Tested by
no test coverage detected