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

Method send

ZezeJava/ZezeJava/src/main/java/Zeze/Game/Online.java:929–931  ·  view source on GitHub ↗
(long roleId, @NotNull Protocol<?> p)

Source from the content-addressed store, hash-verified

927
928 // 优先在上下文中的Online上发送
929 public void send(long roleId, @NotNull Protocol<?> p) {
930 getOnlineByContext().sendOnline(roleId, p);
931 }
932
933 // 在指定Online上发送
934 public void sendOnline(long roleId, @NotNull Protocol<?> p) {

Callers 2

sendWhileCommitMethod · 0.95
sendWhileRollbackMethod · 0.95

Calls 15

getOnlineByContextMethod · 0.95
triggerLinkBrokenMethod · 0.95
getLinkNameMethod · 0.95
canLogProtocolMethod · 0.95
logMethod · 0.95
getLinksMethod · 0.80
getNameMethod · 0.65
getMethod · 0.65
getTypeIdMethod · 0.65
encodeMethod · 0.65
addMethod · 0.65
sendOnlineMethod · 0.45

Tested by

no test coverage detected