Get the store.
(&self)
| 250 | impl FuncContext<'_> { |
| 251 | /// Get the store. |
| 252 | pub fn store(&self) -> &crate::Store { |
| 253 | self.store |
| 254 | } |
| 255 | |
| 256 | /// Get mutable access to the store. |
| 257 | pub fn store_mut(&mut self) -> &mut crate::Store { |
no outgoing calls