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

Method Ping

helper/server/downstream.go:223–229  ·  view source on GitHub ↗

Ping returns empty

(context.Context, *remote.Empty)

Source from the content-addressed store, hash-verified

221
222// Ping returns empty
223func (d *Downstream) Ping(context.Context, *remote.Empty) (*remote.Empty, error) {
224 if d.ping != nil {
225 d.ping.Ping()
226 }
227
228 return &remote.Empty{}, nil
229}
230
231// ChangesCount returns the amount of changes on the remote side
232func (d *Downstream) ChangesCount(context.Context, *remote.Empty) (*remote.ChangeAmount, error) {

Callers

nothing calls this directly

Calls 1

PingMethod · 0.65

Tested by

no test coverage detected