MCPcopy Create free account
hub / github.com/e2wugui/zeze / getRankPosition

Method getRankPosition

ZezeJava/ZezeJava/src/main/java/Zeze/Game/Rank.java:384–386  ·  view source on GitHub ↗
(BConcurrentKey keyHint, long roleId)

Source from the content-addressed store, hash-verified

382 }
383
384 public long getRankPosition(BConcurrentKey keyHint, long roleId) {
385 return getRankPosition(keyHint, roleId, null);
386 }
387
388 public long getRankPosition(BConcurrentKey keyHint, long roleId, OutObject<RankTotal> out) {
389 var total = getRankTotal(keyHint);

Callers 1

Calls 4

getRankTotalMethod · 0.95
getRankListMethod · 0.80
getTableValueMethod · 0.80
getRoleIdMethod · 0.65

Tested by

no test coverage detected