| 261 | g_editor_context.store(ec); |
| 262 | } |
| 263 | vis::EditorContext* get_editor_context() { return static_cast<vis::EditorContext*>(g_editor_context.load()); } |
| 264 | |
| 265 | void set_operator_callbacks(core::IOperatorCallbacks* callbacks) { |
| 266 | g_operator_callbacks.store(callbacks); |
no test coverage detected