Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/djinni
/ testArrayOfArray
Method
testArrayOfArray
test-suite/handwritten-src/cpp/array_test_helpers.cpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
std::vector<std::vector<int32_t>> TestArray::testArrayOfArray(const std::vector<std::vector<int32_t>>& a) {
19
return {a.rbegin(), a.rend()};
20
}
21
22
} // namespace testsuite
Callers
1
test
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected