(&mut self)
| 219 | } |
| 220 | |
| 221 | pub fn data_mut(&mut self) -> &mut BitVMClientPublicData { |
| 222 | &mut self.data |
| 223 | } |
| 224 | |
| 225 | /// Get a mutable reference to a PegInGraph by its ID |
| 226 | pub fn get_peg_in_graph_mut(&mut self, id: &str) -> Option<&mut PegInGraph> { |
no outgoing calls