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

Method capitalize

java/lib/src/main/java/io/github/ccxt/Exchange.java:1118–1120  ·  view source on GitHub ↗
(Object str)

Source from the content-addressed store, hash-verified

1116 // return Strings.Slice(s, start, end);
1117 // }
1118 public String capitalize(Object str) {
1119 return Strings.capitalize(str);
1120 }
1121
1122 public String uuid22() {
1123 return Strings.uuid22();

Callers 15

testCapitalizeFunction · 0.95
constructorMethod · 0.95
defineRestApiEndpointMethod · 0.95
defineRestApiMethod · 0.95
getResponseHeadersMethod · 0.95
handleOptionAndParamsMethod · 0.95
handleOptionAndParamsMethod · 0.95
createOrderMethod · 0.45
createOrderRequestMethod · 0.45
editOrdersRequestMethod · 0.45
createOrderMethod · 0.45

Calls 1

capitalizeMethod · 0.95

Tested by 1

exchangePropMethod · 0.36