Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ argc
Method
argc
Source/kwsys/EncodingCXX.cxx:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
int Encoding::CommandLineArguments::argc() const
117
{
118
return static_cast<int>(this->argv_.size() - 1);
119
}
120
121
char const* const* Encoding::CommandLineArguments::argv() const
122
{
Callers
7
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
testCommandLineArguments
Function · 0.80
main
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
2
main
Function · 0.64
testCommandLineArguments
Function · 0.64