Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getStringValue
Method
getStringValue
src/CppUTestExt/MockNamedValue.cpp:315–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
}
314
315
const char* MockNamedValue::getStringValue() const
316
{
317
STRCMP_EQUAL(
"const char*"
, type_.asCharString());
318
return value_.stringValue_;
319
}
320
321
void* MockNamedValue::getPointerValue() const
322
{
Callers
6
returnStringValue
Method · 0.80
getMockValueCFromNamedValue
Function · 0.80
stringReturnValue
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
asCharString
Method · 0.80
Tested by
3
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64