Get and set internal node context. Useful for testing, but not accessible across processes.
| 265 | //! Get and set internal node context. Useful for testing, but not |
| 266 | //! accessible across processes. |
| 267 | virtual node::NodeContext* context() { return nullptr; } |
| 268 | virtual void setContext(node::NodeContext* context) { } |
| 269 | }; |
| 270 |
no outgoing calls