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

Method get_description

src/Factory/Module/Decoder/NO/Decoder_NO.cpp:25–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void
26Decoder_NO ::get_description(cli::Argument_map_info& args) const
27{
28 Decoder::get_description(args);
29
30 auto p = this->get_prefix();
31
32 cli::add_options(args.at({ p + "-type", "D" }), 0, "NONE");
33 cli::add_options(args.at({ p + "-implem" }), 0, "HARD_DECISION");
34}
35
36void
37Decoder_NO ::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