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

Method swap

ZezeJava/ZezeJava/src/main/java/Zeze/Builtin/Dbh2/BWalk.java:183–187  ·  view source on GitHub ↗
(BWalk _a_, BWalk _b_)

Source from the content-addressed store, hash-verified

181 }
182
183 public static void swap(BWalk _a_, BWalk _b_) {
184 var _s_ = _a_.copy();
185 _a_.assign(_b_);
186 _b_.assign(_s_);
187 }
188
189 @Override
190 public long typeId() {

Callers

nothing calls this directly

Calls 2

copyMethod · 0.65
assignMethod · 0.45

Tested by

no test coverage detected