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

Function init_chunk_view

modules/engine/lua/src/build.sugoi_bind.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139static lua_chunk_view_t init_chunk_view(sugoi_storage_t* storage, sugoi_chunk_view_t* view, const sugoi_type_set_t& type, bool readonly = true)
140{
141 return fill_chunk_view(storage, view, type.data, type.length, nullptr, readonly);
142}
143
144static lua_chunk_view_t query_chunk_view(sugoi_chunk_view_t* view, sugoi_query_t* query)
145{

Callers 1

bind_ecsFunction · 0.85

Calls 1

fill_chunk_viewFunction · 0.85

Tested by

no test coverage detected