MCPcopy Create free account
hub / github.com/Snapchat/Valdi / reserve

Method reserve

valdi_core/src/valdi_core/cpp/Apple/CFConversions.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 void reserve(size_t size) {
21 _vec.reserve(size);
22 }
23
24 size_t size() const {
25 return _vec.size();

Callers 1

toCFRefVectorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected