Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ decode
Method
decode
ZezeJava/ZezeJava/src/main/java/Zeze/Util/Id128.java:33–36 ·
view source on GitHub ↗
(@NotNull IByteBuffer bb)
Source
from the content-addressed store, hash-verified
31
}
32
33
@Override
34
public
void
decode(@NotNull IByteBuffer bb) {
35
throw
new
UnsupportedOperationException();
36
}
37
};
38
39
private
long low;
// unsigned
Callers
2
testOrder
Method · 0.95
decodeKey
Method · 0.95
Calls
4
skipAllUnknownFields
Method · 0.80
ReadByte
Method · 0.65
ReadTagSize
Method · 0.65
ReadLong
Method · 0.65
Tested by
1
testOrder
Method · 0.76