(ctx context.Context)
| 64 | |
| 65 | Graph(ctx context.Context, id db.GraphID) (*db.Graph, error) |
| 66 | Graphs(ctx context.Context) ([]*db.Graph, error) |
| 67 | CreateGraph(ctx context.Context, name string) (db.GraphID, db.Tx, error) |
| 68 | DeleteGraph(context.Context, db.GraphID) error |
| 69 |
no outgoing calls
no test coverage detected