| 43 | /// The number of connector e is related to the number of intermediate values. |
| 44 | #[derive(Serialize, Deserialize, Eq, PartialEq, Clone)] |
| 45 | pub struct AssertCommit2ConnectorsE { |
| 46 | pub connectors_e: Vec<ConnectorE>, |
| 47 | } |
| 48 | |
| 49 | impl AssertCommit2ConnectorsE { |
| 50 | pub fn connectors_num(&self) -> usize { |
nothing calls this directly
no outgoing calls
no test coverage detected