MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / full_view

Function full_view

modules/engine/runtime/src/ecs/chunk_view.cpp:684–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682}
683
684bool full_view(const sugoi_chunk_view_t& view) noexcept
685{
686 return view.chunk != nullptr && view.start == 0 && view.count == view.chunk->count;
687}
688
689void enable_components(const sugoi_chunk_view_t& view, const sugoi_type_set_t& types)
690{

Callers 1

castMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected