Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
void dtor_query(void* p)
150
{
151
auto query = (sugoi_query_t*)p;
152
sugoiQ_release(query);
153
}
154
155
void bind_ecs(lua_State* L)
156
{
Callers
nothing calls this directly
Calls
1
sugoiQ_release
Function · 0.85
Tested by
no test coverage detected