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

Method insert

app/src/main/java/com/pinehook/plus/Loader.java:52–56  ·  view source on GitHub ↗
(@NonNull Uri uri, @Nullable ContentValues values)

Source from the content-addressed store, hash-verified

50 }
51
52 @Nullable
53 @Override
54 public Uri insert(@NonNull Uri uri, @Nullable ContentValues values) {
55 return null;
56 }
57
58 @Override
59 public int delete(@NonNull Uri uri, @Nullable String selection, @Nullable String[] selectionArgs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected