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

Method getBuffer

src/CppUTest/SimpleString.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285const char* SimpleString::getBuffer() const
286{
287 return buffer_;
288}
289
290SimpleString::SimpleString(const char *otherBuffer)
291 : buffer_(NULLPTR), bufferSize_(0)

Callers 9

SimpleStringMethod · 0.80
containsMethod · 0.80
startsWithMethod · 0.80
endsWithMethod · 0.80
countMethod · 0.80
splitMethod · 0.80
lowerCaseMethod · 0.80
operator+Method · 0.80
SimpleString.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected