(int id)
| 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; |
nothing calls this directly
no test coverage detected