Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ is_else
Method
is_else
erpcgen/src/cpptemplate/cpptempl.cpp:1793–1796 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1791
}
1792
1793
bool NodeIf::is_else()
1794
{
1795
return m_if_type == NODE_TYPE_ELSE;
1796
}
1797
1798
// NodeDef
1799
NodeDef::NodeDef(const token_vector &expr, uint32_t line)
Callers
1
parse_stmt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected