Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ addFunctionType
Method
addFunctionType
erpcgen/src/types/Type.cpp:519–525 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
517
}
518
519
void Interface::addFunctionType(FunctionType *func)
520
{
521
assert(func);
522
523
m_scope.addSymbol(func);
524
m_functionTypes.push_back(func);
525
}
526
527
string Interface::getDescription() const
528
{
Callers
1
handleFunction
Method · 0.80
Calls
2
addSymbol
Method · 0.80
push_back
Method · 0.80
Tested by
no test coverage detected