(ctx context.Context, id db.GraphID, tx db.Tx)
| 60 | type DB interface { |
| 61 | IncrementTx(ctx context.Context, id db.GraphID) (db.Tx, error) |
| 62 | SetTx(ctx context.Context, id db.GraphID, tx db.Tx) error |
| 63 | Tx(ctx context.Context, id db.GraphID) (db.Tx, error) |
| 64 | |
| 65 | Graph(ctx context.Context, id db.GraphID) (*db.Graph, error) |
no outgoing calls
no test coverage detected