Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
431
bool data_map::empty()
432
{
433
return data.empty();
434
}
435
bool data_map::has(const std::string &key)
436
{
437
bool local_has = data.find(key) != data.end();
Callers
15
ParseNaturalNumber
Function · 0.45
FilterMatchesTest
Method · 0.45
EqFailure
Function · 0.45
AppendUserMessage
Function · 0.45
XmlUnitTestResultPrinter
Method · 0.45
GTEST_LOCK_EXCLUDED_
Function · 0.45
ConfigureStreamingOutput
Method · 0.45
InDeathTestChild
Function · 0.45
IsDirectory
Method · 0.45
IsEmpty
Function · 0.45
RegisterTests
Method · 0.45
file_name
Function · 0.45
Calls
no outgoing calls
Tested by
13
ParseNaturalNumber
Function · 0.36
FilterMatchesTest
Method · 0.36
EqFailure
Function · 0.36
AppendUserMessage
Function · 0.36
XmlUnitTestResultPrinter
Method · 0.36
GTEST_LOCK_EXCLUDED_
Function · 0.36
ConfigureStreamingOutput
Method · 0.36
InDeathTestChild
Function · 0.36
IsDirectory
Method · 0.36
IsEmpty
Function · 0.36
RegisterTests
Method · 0.36
file_name
Function · 0.36