MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / check_lname

Method check_lname

simcore/framework/src/cli/cli.hpp:4155–4157  ·  view source on GitHub ↗

Requires "--" to be removed from string

Source from the content-addressed store, hash-verified

4153
4154 /// Requires "--" to be removed from string
4155 bool check_lname(std::string name) const {
4156 return (detail::find_member(std::move(name), lnames_, ignore_case_, ignore_underscore_) >= 0);
4157 }
4158
4159 /// Requires "--" to be removed from string
4160 bool check_fname(std::string name) const {

Callers 2

OptionClass · 0.80
_parse_argMethod · 0.80

Calls 1

find_memberFunction · 0.85

Tested by

no test coverage detected