MCPcopy Create free account
hub / github.com/asmuth/clip / errorf

Function errorf

src/return_code.h:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50template <typename... T>
51inline static ReturnCode errorf(
52 const Status code,
53 const std::string& message,
54 T... args) {
55 return ReturnCode(code, fmt::format(message, args...));
56}
57
58inline ReturnCode try_chain(
59 const std::initializer_list<std::function<ReturnCode ()>>& op) {

Callers 15

expr_to_stringsetFunction · 0.85
expr_to_float64Function · 0.85
expr_to_float64_opt_pairFunction · 0.85
expr_to_switchFunction · 0.85
data_load_strings_csvFunction · 0.85
data_load_csvFunction · 0.85
data_load_stringsFunction · 0.85
data_load_polylines2Function · 0.85
data_load_polys2_geojsonFunction · 0.85
data_load_polys2Function · 0.85

Calls 1

ReturnCodeClass · 0.85

Tested by

no test coverage detected