MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / Ping

Method Ping

internal/home/client.go:313–319  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

311}
312
313func (c *Client) Ping(ctx context.Context) error {
314 cmd, errClient := c.commandClient()
315 if errClient != nil {
316 return errClient
317 }
318 return cmd.Ping(ctx).Err()
319}
320
321func (c *Client) clusterDiscoveryEnabled() bool {
322 if c == nil {

Callers 1

StartConfigSubscriberMethod · 0.95

Calls 1

commandClientMethod · 0.95

Tested by

no test coverage detected