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

Method Clear

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

Source from the content-addressed store, hash-verified

389 return Most;
390 }
391 void Clear ()
392 {
393 if (Count > 0)
394 {
395 DoDelete (0, Count-1);
396 Count = 0;
397 }
398 }
399private:
400 T *Array;
401 unsigned int Most;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected