Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ calcHashValue
Method
calcHashValue
lout/container.hh:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
bool ownerOfObjects;
260
261
inline int calcHashValue(object::Object *object) const
262
{
263
return abs(object->hashValue()) % tableSize;
264
}
265
266
virtual Node *createNode();
267
virtual void clearNode(Node *node);
Callers
nothing calls this directly
Calls
1
hashValue
Method · 0.45
Tested by
no test coverage detected