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

Method isManaged

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Bean.java:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 public final boolean isManaged() {
73 return rootInfo != null;
74 }
75
76 public final void initRootInfoWithRedo(@NotNull Record.RootInfo rootInfo, @Nullable Bean parent) {
77 if (isManaged())

Callers 2

initRootInfoWithRedoMethod · 0.95
initRootInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected