| 79 | void FillWith(int64_t neighbor_id, int64_t edge_id = -1); |
| 80 | |
| 81 | int32_t BatchSize() const { return batch_size_; } |
| 82 | int32_t NeighborCount() const { return neighbor_count_; } |
| 83 | int32_t TotalNeighborCount() const { return total_neighbor_count_; } |
| 84 | int64_t* GetNeighborIds(); |
nothing calls this directly
no outgoing calls
no test coverage detected