MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / empty

Method empty

erpcgen/src/cpptemplate/cpptempl.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 return data[key];
430}
431bool data_map::empty()
432{
433 return data.empty();
434}
435bool data_map::has(const std::string &key)
436{
437 bool local_has = data.find(key) != data.end();

Callers 15

ParseNaturalNumberFunction · 0.45
FilterMatchesTestMethod · 0.45
EqFailureFunction · 0.45
AppendUserMessageFunction · 0.45
GTEST_LOCK_EXCLUDED_Function · 0.45
InDeathTestChildFunction · 0.45
IsDirectoryMethod · 0.45
IsEmptyFunction · 0.45
RegisterTestsMethod · 0.45
file_nameFunction · 0.45

Calls

no outgoing calls

Tested by 13

ParseNaturalNumberFunction · 0.36
FilterMatchesTestMethod · 0.36
EqFailureFunction · 0.36
AppendUserMessageFunction · 0.36
GTEST_LOCK_EXCLUDED_Function · 0.36
InDeathTestChildFunction · 0.36
IsDirectoryMethod · 0.36
IsEmptyFunction · 0.36
RegisterTestsMethod · 0.36
file_nameFunction · 0.36