MCPcopy Create free account
hub / github.com/build-cpp/cmkr / print_key_warning

Function print_key_warning

src/project_parser.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static void print_key_warning(const std::string &message, const toml::key &ky, const TomlBasicValue &value) {
65 puts(format_key_message("[warning] " + message, ky, value).c_str());
66}
67
68class TomlChecker {
69 const TomlBasicValue &m_v;

Callers 1

ProjectMethod · 0.85

Calls 1

format_key_messageFunction · 0.85

Tested by

no test coverage detected