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

Method addCase

erpcgen/src/types/Type.cpp:586–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584/* UnionType */
585
586void UnionType::addCase(UnionCase *unionCase)
587{
588 unionCase->setUnionReferencePointer(this);
589 m_unionCases.push_back(unionCase);
590}
591
592string UnionType::getDescription() const
593{

Callers 1

handleUnionCaseMethod · 0.80

Calls 2

push_backMethod · 0.80

Tested by

no test coverage detected