MCPcopy Create free account
hub / github.com/Snapchat/djinni / testRecordArray

Method testRecordArray

test-suite/handwritten-src/cpp/array_test_helpers.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14std::vector<Vec2> TestArray::testRecordArray(const std::vector<Vec2>& a) {
15 return {a.rbegin(), a.rend()};
16}
17
18std::vector<std::vector<int32_t>> TestArray::testArrayOfArray(const std::vector<std::vector<int32_t>>& a) {
19 return {a.rbegin(), a.rend()};

Callers 1

testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected