MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / clear

Method clear

Source/Utils/micropather.h:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 ~MPVector() { delete [] m_buf; }
98
99 void clear() { m_size = 0; } // see warning above
100 void resize( unsigned s ) { capacity( s );
101 m_size = s;
102 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected