Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
393
void Group::addInterface(Interface *iface)
394
{
395
assert(iface);
396
m_interfaces.push_back(iface);
397
}
398
399
void Group::addDirToSymbolsMap(Symbol *symbol, param_direction_t dir)
400
{
Callers
1
Generator
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected