| 90 | return graph_builder_->context_storage()->Empty(); |
| 91 | } |
| 92 | bool node_feature_empty() const noexcept { |
| 93 | return graph_builder_->node_feature_storage()->Empty(); |
| 94 | } |
| 95 | bool neigh_feature_empty() const noexcept { |
| 96 | return graph_builder_->neigh_feature_storage()->Empty(); |
| 97 | } |