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

Method sendWhileCommit

ZezeJava/ZezeJava/src/main/java/Zeze/Arch/Online.java:1077–1079  ·  view source on GitHub ↗
(@NotNull String account, @NotNull String clientId, @NotNull Protocol<?> p)

Source from the content-addressed store, hash-verified

1075 }
1076
1077 public void sendWhileCommit(@NotNull String account, @NotNull String clientId, @NotNull Protocol<?> p) {
1078 Transaction.whileCommit(() -> send(account, clientId, p));
1079 }
1080
1081 public void sendWhileCommit(@NotNull Collection<BLoginKey> logins, @NotNull Protocol<?> p) {
1082 Transaction.whileCommit(() -> send(logins, p));

Callers

nothing calls this directly

Calls 2

whileCommitMethod · 0.95
sendMethod · 0.95

Tested by

no test coverage detected