| 568 | core::Scene* ApplicationSceneContext::get() const { return scene_.load(); } |
| 569 | |
| 570 | uint64_t ApplicationSceneContext::generation() const { return generation_.load(); } |
| 571 | |
| 572 | uint32_t ApplicationSceneContext::mutation_flags() const { |
| 573 | return mutation_flags_.load(std::memory_order_acquire); |
no test coverage detected