MCPcopy Create free account
hub / github.com/FidoProject/Fido / makeString

Function makeString

tests/catch.h:1041–1041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039 namespace StdString {
1040
1041 inline std::string makeString( std::string const& str ) { return str; }
1042 inline std::string makeString( const char* str ) { return str ? std::string( str ) : std::string(); }
1043
1044 struct CasedString

Callers 5

EqualsFunction · 0.85
ContainsFunction · 0.85
StartsWithFunction · 0.85
EndsWithFunction · 0.85
toStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected