MCPcopy Index your code
hub / github.com/ccxt/ccxt / ping

Method ping

java/lib/src/main/java/io/github/ccxt/Exchange.java:1762–1765  ·  view source on GitHub ↗
(Client client)

Source from the content-addressed store, hash-verified

1760 }
1761
1762 public Object ping(Client client) {
1763 // Base implementation — overridden by exchanges with custom ping
1764 return null;
1765 }
1766
1767 public void onClose(Client client, Object error) {
1768 if (!client.error) {

Callers 1

clientMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected