MCPcopy Create free account
hub / github.com/capstone-engine/capstone / read

Method read

bindings/java/capstone/Xcore.java:63–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 public void read() {
64 readField("op_count");
65 op = new Operand[op_count];
66 if (op_count != 0)
67 readField("op");
68 }
69
70 @Override
71 public List getFieldOrder() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected