MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / get_description

Method get_description

src/Factory/Module/Encoder/RA/Encoder_RA.cpp:64–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void
65Encoder_RA ::get_description(cli::Argument_map_info& args) const
66{
67 Encoder::get_description(args);
68
69 if (itl != nullptr)
70 {
71 itl->get_description(args);
72
73 auto pi = itl->get_prefix();
74
75 args.erase({ pi + "-size" });
76 }
77
78 auto p = this->get_prefix();
79
80 cli::add_options(args.at({ p + "-type" }), 0, "RA");
81}
82
83void
84Encoder_RA ::store(const cli::Argument_map_value& vals)

Callers

nothing calls this directly

Calls 2

get_prefixMethod · 0.80
atMethod · 0.45

Tested by

no test coverage detected