Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GraxCode/zelixkiller
/ getInt
Method
getInt
src/me/lpk/analysis/StackFrame.java:537–545 ·
view source on GitHub ↗
(Object value)
Source
from the content-addressed store, hash-verified
535
}
536
537
private
int
getInt(Object value) {
538
try {
539
int
i = Integer.parseInt(value.toString());
540
return
i;
541
} catch (NumberFormatException nfe) {
542
543
}
544
return
-1;
545
}
546
}
Callers
1
execute
Method · 0.95
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected