MCPcopy Create free account
hub / github.com/cpputest/cpputest / at

Method at

src/CppUTest/SimpleString.cpp:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526char SimpleString::at(size_t pos) const
527{
528 return getBuffer()[pos];
529}
530
531size_t SimpleString::find(char ch) const
532{

Callers 2

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64