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

Method omit

java/lib/src/main/java/io/github/ccxt/Exchange.java:782–784  ·  view source on GitHub ↗
(Object a, Object... keys)

Source from the content-addressed store, hash-verified

780
781 // omit overloads
782 public Object omit(Object a, Object... keys) {
783 return io.github.ccxt.base.Functions.omit(a, keys);
784 }
785
786 public Object omit(Object a, Object key) {
787 return io.github.ccxt.base.Functions.omit(a, key);

Callers 15

testOmitFunction · 0.95
setSandboxModeMethod · 0.95
enableDemoTradingMethod · 0.95
featuresMapperMethod · 0.95
safeBalanceMethod · 0.95
handleParamStringMethod · 0.95
handleParamString2Method · 0.95
handleParamIntegerMethod · 0.95
handleParamInteger2Method · 0.95
handleParamBoolMethod · 0.95
handleParamBool2Method · 0.95

Calls

no outgoing calls

Tested by 1

testOmitMethod · 0.76