Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ StringFrom
Function
StringFrom
src/CppUTest/TestFilter.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
SimpleString StringFrom(const TestFilter& filter)
104
{
105
return filter.asString();
106
}
107
Callers
15
CHECK_EQUAL_C_CHAR_LOCATION
Function · 0.70
CHECK_EQUAL_C_UBYTE_LOCATION
Function · 0.70
CHECK_EQUAL_C_SBYTE_LOCATION
Function · 0.70
DoublesEqualFailure
Method · 0.70
LongsEqualFailure
Method · 0.70
UnsignedLongsEqualFailure
Method · 0.70
LongLongsEqualFailure
Method · 0.70
UnsignedLongLongsEqualFailure
Method · 0.70
SignedBytesEqualFailure
Method · 0.70
assertPointersEqual
Method · 0.70
assertFunctionPointersEqual
Method · 0.70
print
Method · 0.70
Calls
1
asString
Method · 0.80
Tested by
no test coverage detected