Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ get
Method
get
src/CppUTest/Utest.cpp:842–846 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
840
}
841
842
UtestShell* UtestShellPointerArray::get(size_t index) const
843
{
844
if (index >= count_) return NULLPTR;
845
return arrayOfTests_[index];
846
}
847
848
849
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected