MCPcopy Create free account
hub / github.com/adriancable/eternal / MainPosition

Method MainPosition

doom/src/tarray.h:809–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807 hash_t NumUsed;
808
809 const Node *MainPosition(const KT k) const
810 {
811 HashTraits Traits;
812 return &Nodes[Traits.Hash(k) & (Size - 1)];
813 }
814
815 Node *MainPosition(const KT k)
816 {

Callers

nothing calls this directly

Calls 1

HashMethod · 0.45

Tested by

no test coverage detected