MCPcopy Create free account
hub / github.com/RevEngiSquad/PineHookPlus / query

Method query

app/src/main/java/com/pinehook/plus/Loader.java:40–44  ·  view source on GitHub ↗
(@NonNull Uri uri, @Nullable String[] projection, @Nullable String selection, @Nullable String[] selectionArgs, @Nullable String sortOrder)

Source from the content-addressed store, hash-verified

38 }
39
40 @Nullable
41 @Override
42 public Cursor query(@NonNull Uri uri, @Nullable String[] projection, @Nullable String selection, @Nullable String[] selectionArgs, @Nullable String sortOrder) {
43 return null;
44 }
45
46 @Nullable
47 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected