Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getComIndex
Method
getComIndex
Source/Entity/Entity.cpp:355–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
}
354
355
int Entity::getComIndex(String name) {
356
return SharedEntityPool.getIndex(name);
357
}
358
359
int Entity::tryGetComIndex(String name) {
360
return SharedEntityPool.tryGetIndex(name);
Callers
nothing calls this directly
Calls
1
getIndex
Method · 0.45
Tested by
no test coverage detected