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

Method getAnnotations

erpcgen/src/Generator.cpp:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632vector<Annotation *> Generator::getAnnotations(Symbol *symbol, const string &name)
633{
634 return symbol->getAnnotations(name, getAnnotationLang());
635}
636
637Value *Generator::getAnnValue(Symbol *symbol, const string &name)
638{

Callers 1

createCallbackParamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected