Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GANGE666/xVMP
/ testArray
Method
testArray
src/unittests/ADT/TinyPtrVectorTest.cpp:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
ArrayRef<PtrT> testArray(size_t N) {
47
return makeArrayRef(&TestPtrs[0], N);
48
}
49
50
void appendValues(VectorT &V, ArrayRef<PtrT> Values) {
51
for (size_t i = 0, e = Values.size(); i != e; ++i)
Callers
1
TYPED_TEST
Function · 0.80
Calls
1
makeArrayRef
Function · 0.85
Tested by
no test coverage detected