Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ stringReturnValue_c
Function
stringReturnValue_c
src/CppUTestExt/MockSupport_c.cpp:935–938 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
933
#endif
934
935
const char* stringReturnValue_c()
936
{
937
return actualCall->returnStringValue();
938
}
939
940
const char* returnStringValueOrDefault_c(const char * defaultValue)
941
{
Callers
1
returnStringValueOrDefault_c
Function · 0.85
Calls
1
returnStringValue
Method · 0.45
Tested by
no test coverage detected