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

Method Max

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

Source from the content-addressed store, hash-verified

385 return Count;
386 }
387 unsigned int Max () const
388 {
389 return Most;
390 }
391 void Clear ()
392 {
393 if (Count > 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected