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

Method getLoginVersion

ZezeJava/ZezeJava/src/main/java/Zeze/Arch/Online.java:683–686  ·  view source on GitHub ↗
(@NotNull String account, @NotNull String clientId)

Source from the content-addressed store, hash-verified

681 }
682
683 public @Nullable Long getLoginVersion(@NotNull String account, @NotNull String clientId) {
684 var login = getLogin(account, clientId);
685 return login != null ? login.getLoginVersion() : null;
686 }
687
688 public @Nullable Long getLocalLoginVersion(@NotNull String account, @NotNull String clientId) {
689 var local = _tlocal.get(account);

Callers

nothing calls this directly

Calls 2

getLoginMethod · 0.95
getLoginVersionMethod · 0.65

Tested by

no test coverage detected