Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
285
const char* SimpleString::getBuffer() const
286
{
287
return buffer_;
288
}
289
290
SimpleString::SimpleString(const char *otherBuffer)
291
: buffer_(NULLPTR), bufferSize_(0)
Callers
9
SimpleString
Method · 0.80
contains
Method · 0.80
startsWith
Method · 0.80
endsWith
Method · 0.80
count
Method · 0.80
split
Method · 0.80
lowerCase
Method · 0.80
operator+
Method · 0.80
SimpleString.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected