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

Method findAnnotation

erpcgen/src/Generator.cpp:627–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627Annotation *Generator::findAnnotation(Symbol *symbol, const string &name)
628{
629 return symbol->findAnnotation(name, getAnnotationLang());
630}
631
632vector<Annotation *> Generator::getAnnotations(Symbol *symbol, const string &name)
633{

Callers 6

handleEnumMethod · 0.45
makeIdsUniqueMethod · 0.45
runMethod · 0.45
readNullFlagMethod · 0.45
readSharedAddressMethod · 0.45
parseMemberTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected