MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / copyFrom

Method copyFrom

src/main/java/ui/keys/UserKey.java:65–71  ·  view source on GitHub ↗
(UserKey u)

Source from the content-addressed store, hash-verified

63 }
64
65 public final void copyFrom(UserKey u) {
66 if (u == null)
67 return;
68 command_id = u.command_id;
69 modificator = u.modificator;
70 key = u.key;
71 }
72
73 private void initSomeKeyNames() { // TODO: подумать как и когда обнулять
74 someCodes = new int[COUNT_KEY_NAMES];

Callers 2

UserKeyMethod · 0.95
cmdOkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected