MCPcopy Create free account
hub / github.com/Kitware/CMake / argv

Method argv

Source/kwsys/EncodingCXX.cxx:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121char const* const* Encoding::CommandLineArguments::argv() const
122{
123 return &this->argv_[0];
124}
125
126std::wstring Encoding::ToWide(std::string const& str)
127{

Callers 7

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

Calls

no outgoing calls

Tested by 2

mainFunction · 0.64
testCommandLineArgumentsFunction · 0.64