MCPcopy 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
116int Encoding::CommandLineArguments::argc() const
117{
118 return static_cast<int>(this->argv_.size() - 1);
119}
120
121char const* const* Encoding::CommandLineArguments::argv() const
122{

Callers 7

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
testCommandLineArgumentsFunction · 0.80
mainFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 2

mainFunction · 0.64
testCommandLineArgumentsFunction · 0.64