MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / HashSize

Method HashSize

Source/Utils/micropather.h:321–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320 unsigned Hash( cPosition voidval );
321 unsigned HashSize() const { return 1<<hashShift; }
322 unsigned HashMask() const { return ((1<<hashShift)-1); }
323 void AddPathNode( unsigned key, PathNode* p );
324 Block* NewBlock();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected