Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ isPresence
Method
isPresence
src/main/java/Client/Msg.java:133–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
public
boolean isPresence() {
return
messageType==MESSAGE_TYPE_PRESENCE; }
134
135
public
void
serialize(DataOutputStream os) throws IOException {
136
os.writeUTF(from);
Callers
1
addMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected