MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / generation

Method generation

src/python/python_runtime.cpp:570–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 2

set_contextFunction · 0.45
get_scene_generationFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected