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

Method swap

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

Source from the content-addressed store, hash-verified

470 }
471
472 public static void swap(BWalk.Data _a_, BWalk.Data _b_) {
473 var _s_ = _a_.copy();
474 _a_.assign(_b_);
475 _b_.assign(_s_);
476 }
477
478 @Override
479 public long typeId() {

Callers

nothing calls this directly

Calls 2

copyMethod · 0.65
assignMethod · 0.45

Tested by

no test coverage detected