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

Method getUserState

ZezeJava/ZezeJava/src/main/java/Zeze/Net/Protocol.java:75–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 public @Nullable Object getUserState() {
76 var us = userState;
77 return us instanceof UserStateWithEncoded ? ((UserStateWithEncoded)us).userState : us;
78 }
79
80 public void setUserState(@Nullable Object userState) {
81 for (var us = this.userState; ; ) {

Callers 15

OnHandshakeDoneMethod · 0.45
DefaultLogActionMethod · 0.45
ProcessLinkBrokenMethod · 0.45
ProcessLoginRequestMethod · 0.45
ProcessReLoginRequestMethod · 0.45
processNormalCloseMethod · 0.45
processAcquireRequestMethod · 0.45
releaseAsyncMethod · 0.45
acquireShareAsyncMethod · 0.45
acquireModifyAsyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected