Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ typeName
Method
typeName
java/lib/src/main/java/io/github/ccxt/Helpers.java:1047–1049 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
1045
}
1046
1047
private
static
String typeName(Object o) {
1048
return
(o == null) ?
"null"
: o.getClass().getName();
1049
}
1050
1051
public
static
Object opNeg(Object value) {
1052
if
(value == null) {
Callers
1
addElementToObject
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected