MCPcopy
hub / github.com/gitpod-io/gitpod / InfoService

Struct InfoService

components/supervisor/pkg/supervisor/services.go:625–630  ·  view source on GitHub ↗

InfoService implements the api.InfoService.

Source from the content-addressed store, hash-verified

623
624// InfoService implements the api.InfoService.
625type InfoService struct {
626 cfg *Config
627 ContentState ContentState
628
629 api.UnimplementedInfoServiceServer
630}
631
632// RegisterGRPC registers the gRPC info service.
633func (is *InfoService) RegisterGRPC(srv *grpc.Server) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected