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

Method sendAccount

ZezeJava/ZezeJava/src/main/java/Zeze/Arch/Online.java:1254–1260  ·  view source on GitHub ↗
(@NotNull String account, long typeId, @NotNull Binary fullEncodedProtocol)

Source from the content-addressed store, hash-verified

1252 }
1253
1254 public void sendAccount(@NotNull String account, long typeId, @NotNull Binary fullEncodedProtocol) { // OnlineSend sender
1255 sendAccountDirect(account, typeId, fullEncodedProtocol, false);
1256// providerApp.zeze.runTaskOneByOneByKey(account, "Online.sendAccount", () -> {
1257// sendAccountsEmbed(List.of(account), typeId, fullEncodedProtocol, sender);
1258// return Procedure.Success;
1259// });
1260 }
1261
1262 public int sendAccounts(@NotNull Collection<String> accounts, long typeId, @NotNull Binary fullEncodedProtocol) { // OnlineSend sender
1263 int accountCount = accounts.size();

Callers 2

Calls 5

sendAccountDirectMethod · 0.95
canLogProtocolMethod · 0.95
logMethod · 0.95
getTypeIdMethod · 0.65
encodeMethod · 0.65

Tested by

no test coverage detected