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

Function move_view

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

Source from the content-addressed store, hash-verified

414}
415
416void move_view(const sugoi_chunk_view_t& view, EIndex srcStart) noexcept
417{
418 move_view(view, view.chunk, srcStart);
419}
420
421void move_view(const sugoi_chunk_view_t& dstV, const sugoi_chunk_t* srcC, uint32_t srcStart) noexcept
422{

Callers 2

freeMethod · 0.85
defragmentMethod · 0.85

Calls 1

move_implFunction · 0.85

Tested by

no test coverage detected