MCPcopy Create free account
hub / github.com/LancePutnam/Gamma / TestArray

Method TestArray

tests/ut/utContainers.cpp:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2 { // Test onResize
3 struct TestArray : public Array<int>{
4 TestArray(): resized(false){}
5
6 void onResize(){
7 resized = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected