MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / size

Method size

tests/gtest/gtest-all.cc:11620–11622  ·  view source on GitHub ↗

Returns the number of TestPartResult objects in the array.

Source from the content-addressed store, hash-verified

11618
11619// Returns the number of TestPartResult objects in the array.
11620int TestPartResultArray::size() const {
11621 return static_cast<int>(array_.size());
11622}
11623
11624namespace internal {
11625

Callers 15

GetElementOrFunction · 0.45
ShuffleRangeFunction · 0.45
ShuffleFunction · 0.45
GTestIsInitializedFunction · 0.45
SumOverTestSuiteListFunction · 0.45
HasOneFailureFunction · 0.45
CalculateOptimalEditsFunction · 0.45
GetIdMethod · 0.45
CreateUnifiedDiffFunction · 0.45
SplitEscapedStringFunction · 0.45
EqFailureFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected