MCPcopy 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
19IdStringTable::~IdStringTable() = default;
20
21int IdStringTable::GetId(const char* string)
22{
23 return _enum.GetValue(string);
24}
25

Callers 3

PutMethod · 0.80
CalculateValueSizeFunction · 0.80

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected