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

Method version

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

Source from the content-addressed store, hash-verified

460
461 // return combined API version
462 public int version() {
463 return cs.cs_version(null, null);
464 }
465
466 // set Assembly syntax
467 public void setSyntax(int syntax) {

Callers

nothing calls this directly

Calls 1

cs_versionMethod · 0.80

Tested by

no test coverage detected