Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ DictionaryKey
Method
DictionaryKey
LuaSTGPlus/Dictionary.hpp:84–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
DictionaryKey()
85
: HashKey(0), Hash1(0), Hash2(0) {}
86
DictionaryKey(fcStr KeyStr)
87
{
88
HashKey = MPQHash<0>(KeyStr);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected