Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/djinni
/ testIntArray
Method
testIntArray
test-suite/handwritten-src/cpp/array_test_helpers.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
std::vector<int32_t> TestArray::testIntArray(const std::vector<int32_t>& a) {
11
return {a.rbegin(), a.rend()};
12
}
13
14
std::vector<Vec2> TestArray::testRecordArray(const std::vector<Vec2>& a) {
15
return {a.rbegin(), a.rend()};
Callers
1
test
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected