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

Function valid_later_char

simcore/framework/src/cli/cli.hpp:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303/// Verify following characters of an option
304template <typename T>
305bool valid_later_char(T c) {
306 return valid_first_char(c) || c == '.' || c == '-';
307}
308
309/// Verify an option name
310inline bool valid_name_string(const std::string &str) {

Callers 1

valid_name_stringFunction · 0.85

Calls 1

valid_first_charFunction · 0.85

Tested by

no test coverage detected