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

Method insnName

bindings/java/capstone/Capstone.java:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238 }
239
240 public String insnName() {
241 return cs.cs_insn_name(csh, id);
242 }
243
244 public String groupName(int id) {
245 return cs.cs_group_name(csh, id);

Callers

nothing calls this directly

Calls 1

cs_insn_nameMethod · 0.80

Tested by

no test coverage detected