MCPcopy
hub / github.com/grpc/grpc-go / Stop

Method Stop

internal/testutils/xds/e2e/server.go:240–245  ·  view source on GitHub ↗

Stop stops the management server.

()

Source from the content-addressed store, hash-verified

238
239// Stop stops the management server.
240func (s *ManagementServer) Stop() {
241 if s.cancel != nil {
242 s.cancel()
243 }
244 s.gs.Stop()
245}
246
247// resourceSlice accepts a slice of any type of proto messages and returns a
248// slice of types.Resource. Will panic if there is an input type mismatch.

Callers

nothing calls this directly

Calls 2

cancelMethod · 0.80
StopMethod · 0.65

Tested by

no test coverage detected