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

Method getValueObject

erpcgen/src/types/Type.cpp:50–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48////////////////////////////////////////////////////////////////////////////////
49
50Value *Annotation::getValueObject()
51{
52 if (hasValue())
53 {
54 return m_value;
55 }
56 else
57 {
58 throw semantic_error(format_string("Missing value for annotation named '%s' on line '%d'", m_name.c_str(),
59 m_location.m_firstLine));
60 }
61}
62
63string Symbol::printAnnotations()
64{

Callers 13

GeneratorMethod · 0.80
getOutputNameMethod · 0.80
setBinaryListMethod · 0.80
generateMethod · 0.80
setInterfaceIdMethod · 0.80
setFunctionIdMethod · 0.80
generateMethod · 0.80
getAnnValueMethod · 0.80

Calls 2

semantic_errorClass · 0.85
format_stringFunction · 0.85

Tested by

no test coverage detected