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

Method followerApply

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Bean.java:233–235  ·  view source on GitHub ↗
(@NotNull Log log)

Source from the content-addressed store, hash-verified

231 }
232
233 public void followerApply(@NotNull Log log) {
234 throw new UnsupportedOperationException(getClass().getName());
235 }
236
237 public @NotNull LogBean createLogBean() {
238 return new LogBean(parent, variableId, this);

Callers 2

followerApplyMethod · 0.95
applyMethod · 0.45

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected