Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ GetId
Method
GetId
engine/Poseidon/Core/IdString.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
IdStringTable::~IdStringTable() = default;
20
21
int IdStringTable::GetId(const char* string)
22
{
23
return _enum.GetValue(string);
24
}
25
Callers
3
Put
Method · 0.80
CalculateValueSize
Function · 0.80
test_core_types.cpp
File · 0.80
Calls
1
GetValue
Method · 0.45
Tested by
no test coverage detected