IsResolved returns true if the object is in the database, and has already been resolved, and false if either the object is not in the database, or is, but has not been resolved yet.
(context.Context, id.ID)
| 36 | // and has already been resolved, and false if either the object |
| 37 | // is not in the database, or is, but has not been resolved yet. |
| 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 | } |
no outgoing calls
no test coverage detected