Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ remove_resource
Method
remove_resource
modules/engine/runtime/src/ecs/scheduler.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void sugoi::scheduler_t::remove_resource(sugoi_entity_t id)
32
{
33
registry.free_entities(&id, 1);
34
}
35
36
bool sugoi::scheduler_t::is_main_thread(const sugoi_storage_t* storage)
37
{
Callers
1
sugoiJ_remove_resource
Function · 0.80
Calls
1
free_entities
Method · 0.80
Tested by
no test coverage detected