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

Method testStringArray

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

Source from the content-addressed store, hash-verified

4namespace testsuite {
5
6std::vector<std::string> TestArray::testStringArray(const std::vector<std::string>& a) {
7 return {a.rbegin(), a.rend()};
8}
9
10std::vector<int32_t> TestArray::testIntArray(const std::vector<int32_t>& a) {
11 return {a.rbegin(), a.rend()};

Callers 1

testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected