MCPcopy Index your code
hub / github.com/devspace-sh/devspace / RegisterUpstreamServer

Function RegisterUpstreamServer

helper/remote/remote_grpc.pb.go:598–600  ·  view source on GitHub ↗
(s grpc.ServiceRegistrar, srv UpstreamServer)

Source from the content-addressed store, hash-verified

596}
597
598func RegisterUpstreamServer(s grpc.ServiceRegistrar, srv UpstreamServer) {
599 s.RegisterService(&Upstream_ServiceDesc, srv)
600}
601
602func _Upstream_Checksums_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
603 in := new(TouchPaths)

Callers 1

StartUpstreamServerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected