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

Method parameter_begin

src/ctypes/function.cpp:50–53  ·  view source on GitHub ↗

* @brief Returns an iterator to the parameter. */

Source from the content-addressed store, hash-verified

48* @brief Returns an iterator to the parameter.
49*/
50Function::parameter_iterator Function::parameter_begin()
51{
52 return parameters.begin();
53}
54
55/**
56* @brief Returns a constant iterator to the parameter.

Callers 2

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

beginMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36