MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / from_config

Method from_config

tests/ConfigFileTest.cpp:828–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826 std::string to_config(const CLI::App *, bool, bool, std::string) const override { throw CLI::FileError("evil"); }
827
828 std::vector<CLI::ConfigItem> from_config(std::istream &) const override { throw CLI::FileError("evil"); }
829};
830
831TEST_CASE_METHOD(TApp, "IniRequiredbadConfigurator", "[config]") {

Callers 1

ConfigFileTest.cppFile · 0.45

Calls 1

FileErrorClass · 0.85

Tested by

no test coverage detected