| 35 | return context_loader_->storage(); |
| 36 | } |
| 37 | const Storage* node_feature_storage() const noexcept { |
| 38 | return node_feat_loader_->storage(); |
| 39 | } |
| 40 | const Storage* neigh_feature_storage() const noexcept { |
| 41 | return neigh_feat_loader_->storage(); |
| 42 | } |
no test coverage detected