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

Method setPrefix

ZezeJava/ZezeJava/src/main/java/Zeze/Builtin/Dbh2/BWalk.java:106–115  ·  view source on GitHub ↗
(Zeze.Net.Binary _v_)

Source from the content-addressed store, hash-verified

104 }
105
106 public void setPrefix(Zeze.Net.Binary _v_) {
107 if (_v_ == null)
108 throw new IllegalArgumentException();
109 if (!isManaged()) {
110 _Prefix = _v_;
111 return;
112 }
113 var _t_ = Zeze.Transaction.Transaction.getCurrentVerifyWrite(this);
114 _t_.putLog(new Zeze.Transaction.Logs.LogBinary(this, 4, vh_Prefix, _v_));
115 }
116
117 @SuppressWarnings("deprecation")
118 public BWalk() {

Callers 7

resetMethod · 0.95
assignMethod · 0.95
decodeMethod · 0.95
decodeResultSetMethod · 0.95
ThymeleafMethod · 0.45
walkMethod · 0.45
walkKeyMethod · 0.45

Calls 3

getCurrentVerifyWriteMethod · 0.80
isManagedMethod · 0.65
putLogMethod · 0.45

Tested by

no test coverage detected