MCPcopy Index your code
hub / github.com/containerd/containerd / Connect

Method Connect

core/runtime/v2/bridge.go:50–50  ·  view source on GitHub ↗
(context.Context, *api.ConnectRequest)

Source from the content-addressed store, hash-verified

48 Wait(context.Context, *api.WaitRequest) (*api.WaitResponse, error)
49 Stats(context.Context, *api.StatsRequest) (*api.StatsResponse, error)
50 Connect(context.Context, *api.ConnectRequest) (*api.ConnectResponse, error)
51 Shutdown(context.Context, *api.ShutdownRequest) (*emptypb.Empty, error)
52}
53

Callers 10

TestIssue7496Function · 0.65
shimPidFunction · 0.65
ConnectMethod · 0.65
ConnectMethod · 0.65
makeConnectionFunction · 0.65
PIDMethod · 0.65
registerServiceFunction · 0.65
unregisterServiceFunction · 0.65

Implementers 8

ttrpcV2Bridgecore/runtime/v2/bridge.go
grpcV3Bridgecore/runtime/v2/bridge.go
exampleTaskServicecore/runtime/v2/example/example.go
servicecmd/containerd-shim-runc-v2/task/servi
ttrpctaskClientapi/runtime/task/v2/shim_ttrpc.pb.go
taskClientapi/runtime/task/v3/shim_grpc.pb.go
UnimplementedTaskServerapi/runtime/task/v3/shim_grpc.pb.go
ttrpctaskClientapi/runtime/task/v3/shim_ttrpc.pb.go

Calls

no outgoing calls

Tested by 4

TestIssue7496Function · 0.52
shimPidFunction · 0.52