MCPcopy Index your code
hub / github.com/androrm/androrm / closeConnection

Method closeConnection

src/src/com/orm/androrm/QuerySet.java:63–66  ·  view source on GitHub ↗
(Cursor c)

Source from the content-addressed store, hash-verified

61 }
62
63 private void closeConnection(Cursor c) {
64 c.close();
65 mAdapter.close();
66 }
67
68 public T get(int id) {
69 Where where = new Where();

Callers 3

getMethod · 0.95
getItemsMethod · 0.95
getCountMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected