Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ setKey
Method
setKey
src/hx/Hash.h:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
public:
49
inline void setKey(int inKey, unsigned int )
50
{
51
key = inKey;
52
}
53
inline unsigned int getHash() { return key; }
54
55
Value value;
Callers
1
TSet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected