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

Method getTypeInfo

erpcgen/src/CGenerator.cpp:1870–1876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1868}
1869
1870data_map CGenerator::getTypeInfo(DataType *t, bool isFunction)
1871{
1872 (void)isFunction;
1873 data_map info;
1874 info["isNotVoid"] = make_data(t->getDataType() != DataType::data_type_t::kVoidType);
1875 return info;
1876}
1877
1878string CGenerator::getErrorReturnValue(FunctionBase *fn)
1879{

Callers

nothing calls this directly

Calls 2

make_dataFunction · 0.85
getDataTypeMethod · 0.45

Tested by

no test coverage detected