Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ hasData
Method
hasData
src/CppUTestExt/MockSupport.cpp:341–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
340
341
bool MockSupport::hasData(const SimpleString& name)
342
{
343
return data_.getValueByName(name) != NULLPTR;
344
}
345
346
MockNamedValue* MockSupport::retrieveDataFromStore(const SimpleString& name)
347
{
Callers
2
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
getValueByName
Method · 0.80
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64