(ctx context.Context, id db.GraphID)
| 79 | // map will contain nil entries for requested files that don't exist |
| 80 | BatchFileMeta(ctx context.Context, id db.GraphID, fIDs []db.FileID) (map[db.FileID]*db.FileMeta, error) |
| 81 | AllFileMeta(ctx context.Context, id db.GraphID) ([]*db.FileMeta, error) |
| 82 | } |
| 83 | |
| 84 | type Blob interface { |
no outgoing calls
no test coverage detected