(ctx context.Context, id db.GraphID)
| 72 | |
| 73 | AddGraphEncryptKey(ctx context.Context, id db.GraphID, gek *db.GraphEncryptKey) error |
| 74 | GraphEncryptKeys(ctx context.Context, id db.GraphID) ([]*db.GraphEncryptKey, error) |
| 75 | |
| 76 | SetFileMeta(ctx context.Context, id db.GraphID, md *db.FileMeta) error |
| 77 |
no outgoing calls
no test coverage detected