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

Method isInOut

src/ctypes/parameter.cpp:100–103  ·  view source on GitHub ↗

* @brief Returns true when parameter will be changed by the function, false otherwise. */

Source from the content-addressed store, hash-verified

98* @brief Returns true when parameter will be changed by the function, false otherwise.
99*/
100bool Parameter::isInOut() const
101{
102 return hasAnnotationOfType(&Annotation::isInOut);
103}
104
105/**
106* @brief Returns true when parameter may be @c null, false otherwise.

Callers 6

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

no outgoing calls

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