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

Method getFile

src/plugins/sdcard/src/android/SDcard.java:1120–1122  ·  view source on GitHub ↗
(Uri uri)

Source from the content-addressed store, hash-verified

1118 }
1119
1120 private DocumentFile getFile(Uri uri) {
1121 return getFile(uri.toString());
1122 }
1123
1124 private DocumentFile getFile(String filePath) {
1125 Uri fileUri = Uri.parse(filePath);

Callers 3

runMethod · 0.95
copyMethod · 0.95
copyFileMethod · 0.95

Calls 3

matchesMethod · 0.80
getPathMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected