Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ StringFrom
Function
StringFrom
src/CppUTest/SimpleString.cpp:589–592 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
}
588
589
SimpleString StringFrom(bool value)
590
{
591
return SimpleString(StringFromFormat(
"%s"
, value ?
"true"
:
"false"
));
592
}
593
594
SimpleString StringFrom(const char *value)
595
{
Callers
1
StringFromOrNull
Function · 0.70
Calls
3
SimpleString
Class · 0.85
StringFromFormat
Function · 0.85
HexStringFrom
Function · 0.85
Tested by
no test coverage detected