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

Method Ping

helper/server/upstream.go:90–96  ·  view source on GitHub ↗

Ping returns empty

(context.Context, *remote.Empty)

Source from the content-addressed store, hash-verified

88
89// Ping returns empty
90func (u *Upstream) Ping(context.Context, *remote.Empty) (*remote.Empty, error) {
91 if u.ping != nil {
92 u.ping.Ping()
93 }
94
95 return &remote.Empty{}, nil
96}
97
98// RestartContainer implements the server
99func (u *Upstream) RestartContainer(context.Context, *remote.Empty) (*remote.Empty, error) {

Callers

nothing calls this directly

Calls 1

PingMethod · 0.65

Tested by

no test coverage detected