MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / configError

Function configError

tests/configs.cc:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11template <typename... Args>
12static void configError(fmt::string_view format_str, const Args&... args)
13{
14 fmt::print(stderr, fmt::runtime(format_str), args...);
15 fputc('\n', stderr);
16 failed = true;
17}
18
19template <>
20struct fmt::formatter<std::vector<std::string>>

Callers 3

configs.ccFile · 0.85
validateToplevelConfigFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected