MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / push

Function push

include/cpp/VirtualArray.h:415–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413
414 template<typename T>
415 inline int push(const T &inVal)
416 {
417 if (store!=hx::arrayFixed) EnsureStorage(inVal);
418 return base->__push(Dynamic(inVal));
419 }
420
421
422 template<typename T>

Callers

nothing calls this directly

Calls 2

EnsureStorageFunction · 0.85
DynamicClass · 0.50

Tested by

no test coverage detected