Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ StringFromOrNull
Function
StringFromOrNull
src/CppUTest/SimpleString.cpp:599–602 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
597
}
598
599
SimpleString StringFromOrNull(const char * expected)
600
{
601
return (expected) ? StringFrom(expected) :
"(null)"
;
602
}
603
604
SimpleString StringFrom(int value)
605
{
Callers
4
EqualsFailure
Method · 0.85
StringEqualFailure
Method · 0.85
StringEqualNoCaseFailure
Method · 0.85
TEST
Function · 0.85
Calls
1
StringFrom
Function · 0.70
Tested by
4
EqualsFailure
Method · 0.68
StringEqualFailure
Method · 0.68
StringEqualNoCaseFailure
Method · 0.68
TEST
Function · 0.68