MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / size

Method size

Libraries/Process/Process.h:408–408  ·  view source on GitHub ↗

@brief Returns the total number of environment variables for current process

Source from the content-addressed store, hash-verified

406 ProcessEnvironment& operator=(ProcessEnvironment&&) = delete;
407
408 /// @brief Returns the total number of environment variables for current process
409 [[nodiscard]] size_t size() const { return numberOfEnvironment; }
410
411 /// @brief Get the environment variable at given index, returning its name and value

Callers 1

writeToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected