Returns the vector of graphs contained in this context in order of creation. # Returns Vector of the graphs in this context
(&self)
| 4008 | /// |
| 4009 | /// Vector of the graphs in this context |
| 4010 | pub fn get_graphs(&self) -> Vec<Graph> { |
| 4011 | self.body.borrow().graphs.clone() |
| 4012 | } |
| 4013 | |
| 4014 | /// Does nothing if the context is finalized; otherwise returns a runtime error. |
| 4015 | /// |