MCPcopy Create free account
hub / github.com/avast/retdec / getType

Method getType

src/ctypes/function.cpp:34–37  ·  view source on GitHub ↗

* @brief Returns function's function type - return type and parameters' types. */

Source from the content-addressed store, hash-verified

32* @brief Returns function's function type - return type and parameters' types.
33*/
34std::shared_ptr<FunctionType> Function::getType() const
35{
36 return functionType;
37}
38
39/**
40* @brief Returns function's return type.

Callers 2

getParameterTypeMethod · 0.45
createFunctionTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected