MCPcopy Create free account
hub / github.com/ccxt/ccxt / encode

Method encode

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

Source from the content-addressed store, hash-verified

666 }
667
668 public Object encode (Object s) {
669 return s; // stub
670 }
671
672 public String urlencode(Object obj, boolean... sortParams) {
673 return Encode.urlencode(obj, sortParams);

Callers 5

testEncodeFunction · 0.95
testDecodeFunction · 0.95
stringToBinaryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected