Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getTypeName
Method
getTypeName
ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
public
abstract
int
getTypeId();
76
77
public
@NotNull String getTypeName() {
78
return
getClass().getSimpleName();
79
}
80
81
public
long getLogKey() {
82
return
belong.objectId() + getVariableId();
Callers
9
encode
Method · 0.95
decode
Method · 0.95
longValue
Method · 0.95
doubleValue
Method · 0.95
binaryValue
Method · 0.95
stringValue
Method · 0.95
decimalValue
Method · 0.95
testNone
Method · 0.45
register
Method · 0.45
Calls
no outgoing calls
Tested by
1
testNone
Method · 0.36