Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ errno
Method
errno
bindings/java/capstone/Capstone.java:232–234 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
230
}
231
232
public
int
errno() {
233
return
cs.cs_errno(csh);
234
}
235
236
public
String regName(
int
reg_id) {
237
return
cs.cs_reg_name(csh, reg_id);
Callers
nothing calls this directly
Calls
1
cs_errno
Method · 0.80
Tested by
no test coverage detected