MCPcopy Create free account
hub / github.com/devspace-sh/devspace / RegisterTunnelServer

Function RegisterTunnelServer

helper/remote/remote_grpc.pb.go:105–107  ·  view source on GitHub ↗
(s grpc.ServiceRegistrar, srv TunnelServer)

Source from the content-addressed store, hash-verified

103}
104
105func RegisterTunnelServer(s grpc.ServiceRegistrar, srv TunnelServer) {
106 s.RegisterService(&Tunnel_ServiceDesc, srv)
107}
108
109func _Tunnel_InitTunnel_Handler(srv interface{}, stream grpc.ServerStream) error {
110 return srv.(TunnelServer).InitTunnel(&tunnelInitTunnelServer{stream})

Callers 1

StartTunnelServerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected