| 312 | |
| 313 | private: |
| 314 | struct Block |
| 315 | { |
| 316 | Block* nextBlock; |
| 317 | PathNode pathNode[1]; |
| 318 | }; |
| 319 | |
| 320 | unsigned Hash( cPosition voidval ); |
| 321 | unsigned HashSize() const { return 1<<hashShift; } |
nothing calls this directly
no outgoing calls
no test coverage detected