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

Method sendResponse

ZezeJava/ZezeJava/src/main/java/Zeze/Arch/Online.java:1055–1058  ·  view source on GitHub ↗
(@NotNull String account, @NotNull String clientId, @NotNull Rpc<?, ?> r)

Source from the content-addressed store, hash-verified

1053 }
1054
1055 public void sendResponse(@NotNull String account, @NotNull String clientId, @NotNull Rpc<?, ?> r) {
1056 r.setRequest(false);
1057 send(account, clientId, r);
1058 }
1059
1060 public void send(@NotNull Collection<BLoginKey> logins, @NotNull Protocol<?> p) {
1061 if (logins.size() <= 0)

Callers

nothing calls this directly

Calls 2

sendMethod · 0.95
setRequestMethod · 0.45

Tested by

no test coverage detected