MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getString

Method getString

src/plugins/iap/src/com/foxdebug/iap/Iap.java:412–418  ·  view source on GitHub ↗
(JSONArray args, int index)

Source from the content-addressed store, hash-verified

410 }
411
412 private String getString(JSONArray args, int index) {
413 try {
414 return args.getString(index);
415 } catch (JSONException e) {
416 return null;
417 }
418 }
419
420 private List<String> getStringList(JSONArray args, int index) {
421 try {

Callers 2

executeMethod · 0.95
getStringListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected