MCPcopy Create free account
hub / github.com/InsightIM/Tok-Android / delete

Method delete

app/src/main/java/com/client/tok/db/BaseDao.java:23–23  ·  view source on GitHub ↗
(T obj)

Source from the content-addressed store, hash-verified

21 int update(T obj);
22
23 @Delete
24 int delete(T obj);
25
26 @Delete

Callers 6

runMethod · 0.80
runMethod · 0.80
deleteDirMethod · 0.80
delFileMethod · 0.80
deleteRecordResultMethod · 0.80
onErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected