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

Method TMap

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

Source from the content-addressed store, hash-verified

606 typedef const Pair ConstPair;
607
608 TMap() { NumUsed = 0; SetNodeVector(1); }
609 TMap(hash_t size) { NumUsed = 0; SetNodeVector(size); }
610 ~TMap() { ClearNodeVector(); }
611

Callers

nothing calls this directly

Calls 1

CountUsedMethod · 0.80

Tested by

no test coverage detected