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

Method error

src/plugins/sdcard/src/android/SDcard.java:1070–1072  ·  view source on GitHub ↗
(String err, CallbackContext callback)

Source from the content-addressed store, hash-verified

1068 }
1069
1070 private void error(String err, CallbackContext callback) {
1071 callback.error("ERROR: " + err);
1072 }
1073
1074 private void getPath(String uriString, String src, CallbackContext callback) {
1075 try {

Callers 15

setOnRequestHandlerMethod · 0.45
stopMethod · 0.45
changeProviderFunction · 0.45
executeMethod · 0.45
runMethod · 0.45
getConfigurationMethod · 0.45
decodeMethod · 0.45
encodeMethod · 0.45
compareFileTextMethod · 0.45
compareTextsMethod · 0.45
getAvailableEncodingsMethod · 0.45
requestPermissionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected