Contains returns true if the database has an entry for the specified id.
(context.Context, id.ID)
| 38 | IsResolved(context.Context, id.ID) bool |
| 39 | // Contains returns true if the database has an entry for the specified id. |
| 40 | Contains(context.Context, id.ID) bool |
| 41 | } |
| 42 | |
| 43 | // Store stores v to the database held by the context. |
no outgoing calls