MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / getParameterArgument

Method getParameterArgument

src/function.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95Value* Function::getParameterArgument(const Context& ctx, int index) const
96{
97 Parameter* p = parameters.at(index);
98 return ctx.getArgument(index,p->getName());
99}
100
101QString Function::getDescription() const
102{

Callers

nothing calls this directly

Calls 2

getArgumentMethod · 0.80
getNameMethod · 0.45

Tested by

no test coverage detected