MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Clear

Method Clear

KernelLibrary/kvector.h:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void Clear() {
74 m_Size = 0;
75 }
76
77 void Resize(ULONG capacity) {
78 T* array = Allocate(m_Capacity = capacity);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected