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

Method getOrAddOnline

ZezeJava/ZezeJava/src/main/java/Zeze/Arch/Online.java:273–275  ·  view source on GitHub ↗
(@NotNull String account)

Source from the content-addressed store, hash-verified

271 }
272
273 public @NotNull BOnlines getOrAddOnline(@NotNull String account) {
274 return _tonline.getOrAdd(account);
275 }
276
277 public @Nullable BOnline getLogin(@NotNull String account, @NotNull String clientId) {
278 var onlines = getOnline(account);

Callers 7

getLoginLocalMethod · 0.95
logoutTriggerMethod · 0.95
sendErrorMethod · 0.95
linkBrokenMethod · 0.95
ProcessLoginRequestMethod · 0.95
ProcessReLoginRequestMethod · 0.95
reliableNotifySyncMethod · 0.95

Calls 1

getOrAddMethod · 0.45

Tested by

no test coverage detected