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

Method setDesc

ZezeJava/ZezeJava/src/main/java/Zeze/Builtin/Dbh2/BWalk.java:86–93  ·  view source on GitHub ↗
(boolean _v_)

Source from the content-addressed store, hash-verified

84 }
85
86 public void setDesc(boolean _v_) {
87 if (!isManaged()) {
88 _Desc = _v_;
89 return;
90 }
91 var _t_ = Zeze.Transaction.Transaction.getCurrentVerifyWrite(this);
92 _t_.putLog(new Zeze.Transaction.Logs.LogBool(this, 3, vh_Desc, _v_));
93 }
94
95 @Override
96 public Zeze.Net.Binary getPrefix() {

Callers 6

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

Calls 3

getCurrentVerifyWriteMethod · 0.80
isManagedMethod · 0.65
putLogMethod · 0.45

Tested by

no test coverage detected