MCPcopy 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
511void Interface::addFunction(Function *func)
512{
513 assert(func);
514
515 m_scope.addSymbol(func);
516 m_functions.push_back(func);
517}
518
519void Interface::addFunctionType(FunctionType *func)
520{

Callers 1

handleFunctionMethod · 0.80

Calls 2

addSymbolMethod · 0.80
push_backMethod · 0.80

Tested by

no test coverage detected