Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ getint
Method
getint
erpcgen/src/cpptemplate/cpptempl.cpp:520–523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
518
throw TemplateException(
"Data item is not a dictionary"
);
519
}
520
int Data::getint() const
521
{
522
return 0;
523
}
524
// data bool
525
std::string DataBool::getvalue()
526
{
Callers
6
get_var_value
Method · 0.80
parse_factor
Method · 0.80
parse_gfactor
Method · 0.80
parse_afactor
Method · 0.80
parse_mfactor
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64