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

Method getParameterCount

src/ctypes/function.cpp:84–87  ·  view source on GitHub ↗

* @brief Returns the number of parameters. * * Does not matter if function takes variable number of parameters or not. */

Source from the content-addressed store, hash-verified

82* Does not matter if function takes variable number of parameters or not.
83*/
84Function::Parameters::size_type Function::getParameterCount() const
85{
86 return parameters.size();
87}
88
89/**
90* @brief Returns the n-th parameter.

Callers 9

visitMethod · 0.45
getPairFunctionFreeMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 6

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36