Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ addFunction
Method
addFunction
erpcgen/src/types/Type.cpp:511–517 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
509
}
510
511
void Interface::addFunction(Function *func)
512
{
513
assert(func);
514
515
m_scope.addSymbol(func);
516
m_functions.push_back(func);
517
}
518
519
void Interface::addFunctionType(FunctionType *func)
520
{
Callers
1
handleFunction
Method · 0.80
Calls
2
addSymbol
Method · 0.80
push_back
Method · 0.80
Tested by
no test coverage detected