MCPcopy Create free account
hub / github.com/AGWA/git-crypt / Option_def

Method Option_def

parse_options.hpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 const char** value;
38
39 Option_def () : is_set(0), value(0) { }
40 Option_def (const std::string& arg_name, bool* arg_is_set)
41 : name(arg_name), is_set(arg_is_set), value(0) { }
42 Option_def (const std::string& arg_name, const char** arg_value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected