MCPcopy 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
519void Interface::addFunctionType(FunctionType *func)
520{
521 assert(func);
522
523 m_scope.addSymbol(func);
524 m_functionTypes.push_back(func);
525}
526
527string Interface::getDescription() const
528{

Callers 1

handleFunctionMethod · 0.80

Calls 2

addSymbolMethod · 0.80
push_backMethod · 0.80

Tested by

no test coverage detected