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

Method getAnnValue

erpcgen/src/types/Type.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110Value *Symbol::getAnnValue(const string &annName, Annotation::program_lang_t lang)
111{
112 Annotation *ann = findAnnotation(annName, lang);
113 return (ann) ? ann->getValueObject() : nullptr;
114}
115
116string Symbol::getAnnStringValue(const string &annName, Annotation::program_lang_t lang)
117{

Callers

nothing calls this directly

Calls 1

getValueObjectMethod · 0.80

Tested by

no test coverage detected