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

Method parameter_end

src/ctypes/function.cpp:66–69  ·  view source on GitHub ↗

* @brief Returns an iterator past the last parameter. */

Source from the content-addressed store, hash-verified

64* @brief Returns an iterator past the last parameter.
65*/
66Function::parameter_iterator Function::parameter_end()
67{
68 return parameters.end();
69}
70
71/**
72* @brief Returns a constant iterator past the last parameter.

Callers 2

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

endMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36