Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ strerror
Method
strerror
bindings/java/capstone/Capstone.java:546–548 ·
view source on GitHub ↗
(int code)
Source
from the content-addressed store, hash-verified
544
}
545
546
public
String strerror(
int
code) {
547
return
cs.cs_strerror(code);
548
}
549
}
Callers
nothing calls this directly
Calls
1
cs_strerror
Method · 0.80
Tested by
no test coverage detected