MCPcopy Create free account
hub / github.com/digego/extempore / Files

Method Files

include/SimpleOpt.h:511–511  ·  view source on GitHub ↗

! @brief Return the array of files. */

Source from the content-addressed store, hash-verified

509
510 /*! @brief Return the array of files. */
511 inline SOCHAR ** Files() const { return &m_argv[m_nLastArg]; }
512
513private:
514 CSimpleOptTempl(const CSimpleOptTempl &); // disabled

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected