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

Function dtor_query

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

Source from the content-addressed store, hash-verified

147}
148
149void dtor_query(void* p)
150{
151 auto query = (sugoi_query_t*)p;
152 sugoiQ_release(query);
153}
154
155void bind_ecs(lua_State* L)
156{

Callers

nothing calls this directly

Calls 1

sugoiQ_releaseFunction · 0.85

Tested by

no test coverage detected