MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / charCodeAt

Method charCodeAt

ij/src/main/java/ij/macro/Functions.java:6840–6845  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6838 }
6839
6840 double charCodeAt() {
6841 String str = getFirstString();
6842 int index = (int)getLastArg();
6843 checkIndex(index, 0, str.length()-1);
6844 return str.charAt(index);
6845 }
6846
6847 void doWand() {
6848 int x = (int)getFirstArg();

Callers 1

getFunctionValueMethod · 0.95

Calls 5

getFirstStringMethod · 0.95
getLastArgMethod · 0.95
checkIndexMethod · 0.95
charAtMethod · 0.80
lengthMethod · 0.65

Tested by

no test coverage detected