MCPcopy Create free account
hub / github.com/KDAB/GammaRay / arguments

Method arguments

core/methodargumentmodel.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111QVector<MethodArgument> MethodArgumentModel::arguments() const
112{
113 QVector<MethodArgument> args(10);
114 for (int i = 0; i < rowCount(); ++i)
115 args[i] = MethodArgument(m_arguments.at(i));
116 return args;
117}

Callers 4

mainFunction · 0.80
delayedInitMethod · 0.80
invokeMethodMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected