MCPcopy Create free account
hub / github.com/Norbyte/bg3se / get

Method get

CoreLib/Base/SparseArray.h:222–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 inline T const* get(uint32_t index) const
223 {
224 if (mask_[index]) {
225 return &values_[index];
226 } else {
227 return nullptr;
228 }
229 }
230
231 inline T* get(uint32_t index)
232 {

Callers 1

FindIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected