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

Method isIn

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

* @brief Returns true when parameter is input, false otherwise. */

Source from the content-addressed store, hash-verified

82* @brief Returns true when parameter is input, false otherwise.
83*/
84bool Parameter::isIn() const
85{
86 return hasAnnotationOfType(&Annotation::isIn);
87}
88
89/**
90* @brief Returns true when parameter is output, 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