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

Method getSymbolDirections

erpcgen/src/types/Type.cpp:425–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425const set<param_direction_t> Group::getSymbolDirections(Symbol *symbol) const
426{
427 set<param_direction_t> directions;
428 auto it = m_symbolDirections.find(symbol);
429 if (it != m_symbolDirections.end())
430 {
431 directions = it->second;
432 }
433
434 return directions;
435}
436
437string Group::getDescription() const
438{

Callers 5

getFunctionPrototypeMethod · 0.80
getEncodeDecodeCallMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected