MCPcopy Create free account
hub / github.com/ParBLiSS/FastANI / param

Method param

src/common/clipp.h:4528–4531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4526 const arg_string& arg() const noexcept { return arg_; }
4527
4528 const parameter* param() const noexcept {
4529 return match_ && match_->is_param()
4530 ? &(match_->as_param()) : nullptr;
4531 }
4532
4533 std::size_t repeat() const noexcept { return repeat_; }
4534

Callers 5

occurrences_ofMethod · 0.45
unmapped_args_countMethod · 0.45
execute_actionsFunction · 0.45
printFunction · 0.45

Calls 1

is_paramMethod · 0.80

Tested by

no test coverage detected