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

Method getProgramSymbol

erpcgen/src/InterfaceDefinition.cpp:99–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99Program *InterfaceDefinition::getProgramSymbol()
100{
101 if (!hasProgramSymbol())
102 {
103 return nullptr;
104 }
105 else
106 {
107 return m_program;
108 }
109}
110
111void InterfaceDefinition::setOutputFilename(const string &filename)
112{

Callers 10

GeneratorMethod · 0.80
CGeneratorMethod · 0.80
generateMethod · 0.80
getFunctionPrototypeMethod · 0.80
PythonGeneratorMethod · 0.80
generateMethod · 0.80
JavaGeneratorMethod · 0.80
generateMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected