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

Method clone

java/lib/src/main/java/io/github/ccxt/Exchange.java:1607–1609  ·  view source on GitHub ↗
(Object s)

Source from the content-addressed store, hash-verified

1605 }
1606
1607 public Object clone(Object s) {
1608 return s; // check later
1609 }
1610
1611 /**
1612 * Dynamically create an exception by class reference.

Callers 5

testCloneFunction · 0.95
setSandboxModeMethod · 0.95
setSandboxModeMethod · 0.95
createOrdersMethod · 0.45
handlePositionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected