| 59 | } |
| 60 | |
| 61 | int64_t GraphMeta::GetEdgeFeatureDim(const std::string &feature_name) const { |
| 62 | FIND_INFO(edge_feature_info_, std::get<2>(it->second), -1); |
| 63 | } |
| 64 | |
| 65 | FeatureInfo GraphMeta::GetEdgeFeatureInfo( |
| 66 | const std::string& feature_name) const { |
nothing calls this directly
no outgoing calls
no test coverage detected