Returns the context of the graph nodes. # Returns Context of the graph
(&self)
| 3253 | /// |
| 3254 | /// Context of the graph |
| 3255 | pub fn get_context(&self) -> Context { |
| 3256 | self.body.borrow().context.upgrade() |
| 3257 | } |
| 3258 | |
| 3259 | /// Adds a node computing a given custom operation. |
| 3260 | /// |