MCPcopy 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
589SimpleString StringFrom(bool value)
590{
591 return SimpleString(StringFromFormat("%s", value ? "true" : "false"));
592}
593
594SimpleString StringFrom(const char *value)
595{

Callers 1

StringFromOrNullFunction · 0.70

Calls 3

SimpleStringClass · 0.85
StringFromFormatFunction · 0.85
HexStringFromFunction · 0.85

Tested by

no test coverage detected