MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / addInterface

Method addInterface

erpcgen/src/types/Type.cpp:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void Group::addInterface(Interface *iface)
394{
395 assert(iface);
396 m_interfaces.push_back(iface);
397}
398
399void Group::addDirToSymbolsMap(Symbol *symbol, param_direction_t dir)
400{

Callers 1

GeneratorMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected