Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
std::string FunctionOption::GetParam(std::size_t index) {
64
if (index < _params.size()) {
65
return _params[index];
66
}
67
return
""
;
68
}
69
70
std::size_t FunctionOption::GetParamSize() {
71
return _params.size();
Callers
1
Parse
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected