Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ sugoiQ_release
Function
sugoiQ_release
modules/engine/runtime/src/ecs/storage.cpp:1039–1042 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1037
}
1038
1039
void sugoiQ_release(sugoi_query_t* query)
1040
{
1041
return query->storage->destroy_query(query);
1042
}
1043
1044
sugoi_query_t* sugoiQ_from_literal(sugoi_storage_t* storage, const char8_t* desc)
1045
{
Callers
13
~query_t
Method · 0.85
dtor_query
Function · 0.85
~SViewportManagerImpl
Method · 0.85
release_queries
Method · 0.85
release_queries
Method · 0.85
Shutdown
Method · 0.85
Shutdown
Method · 0.85
Shutdown
Method · 0.85
Shutdown
Method · 0.85
Release
Method · 0.85
~WorldDeltaBuilder
Method · 0.85
Release
Method · 0.85
Calls
1
destroy_query
Method · 0.80
Tested by
no test coverage detected