MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / GetParam

Method GetParam

CodeFormatCore/src/Config/FunctionOption.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63std::string FunctionOption::GetParam(std::size_t index) {
64 if (index < _params.size()) {
65 return _params[index];
66 }
67 return "";
68}
69
70std::size_t FunctionOption::GetParamSize() {
71 return _params.size();

Callers 1

ParseMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected