MCPcopy Create free account
hub / github.com/catchorg/Catch2 / GetLength

Method GetLength

examples/302-Gen-Table.cpp:20–20  ·  view source on GitHub ↗

this is the method we are going to test. It returns the length of the input string.

Source from the content-addressed store, hash-verified

18 // this is the method we are going to test. It returns the length of the
19 // input string.
20 size_t GetLength( const std::string& input ) const { return input.size(); }
21};
22
23

Callers 1

302-Gen-Table.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected