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

Method groupName

bindings/java/capstone/Capstone.java:244–246  ·  view source on GitHub ↗
(int id)

Source from the content-addressed store, hash-verified

242 }
243
244 public String groupName(int id) {
245 return cs.cs_group_name(csh, id);
246 }
247
248 public boolean group(int gid) {
249 return cs.cs_insn_group(csh, raw.getPointer(), gid) != 0;

Callers

nothing calls this directly

Calls 1

cs_group_nameMethod · 0.80

Tested by

no test coverage detected