MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / Clear

Method Clear

lib/mdflib/mdf2csv/src/programargument.cpp:114–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void ProgramArgument::Clear() {
115 log_level_ = -1;
116 buffer_size_ = -1;
117 password_file_.clear();
118 show_help_ = false;
119 show_version_ = false;
120 non_interactive_ = false;
121 delete_converted_ = false;
122 no_append_root_ = false;
123 force_overwrite_ = false;
124 input_list_.clear();
125 output_directory_.clear();
126}
127
128} // namespace mdf

Callers 1

TESTFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

TESTFunction · 0.36