Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ RemoveComponentsSpawnedEntity
Method
RemoveComponentsSpawnedEntity
include/RavEngine/World.hpp:139–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
void RemoveComponentsSpawnedEntity(const ComponentStore& store) {
140
component_op_mtx.lock();
141
component_addremove.emplace(false,store);
142
component_op_mtx.unlock();
143
}
144
};
145
}
Callers
1
SyncRemovals
Method · 0.80
Calls
3
emplace
Method · 0.80
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected