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

Function error

src/return_code.h:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44inline ReturnCode error(
45 const Status code,
46 const std::string& message) {
47 return ReturnCode(code, message);
48}
49
50template <typename... T>
51inline static ReturnCode errorf(

Callers 15

expr_to_stringFunction · 0.85
expr_to_float64Function · 0.85
expr_parse_string_escapeFunction · 0.85
expr_parse_stringFunction · 0.85
expr_parseFunction · 0.85
evalFunction · 0.85
expr_walk_map_wrappedFunction · 0.85
expr_walk_tmapFunction · 0.85
marker_configureFunction · 0.85
scale_configure_layoutFunction · 0.85
flags_parseFunction · 0.85

Calls 1

ReturnCodeClass · 0.85

Tested by

no test coverage detected