Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
inline ReturnCode error(
45
const Status code,
46
const std::string& message) {
47
return ReturnCode(code, message);
48
}
49
50
template <typename... T>
51
inline static ReturnCode errorf(
Callers
15
expr_to_string
Function · 0.85
expr_to_float64
Function · 0.85
expr_parse_string_escape
Function · 0.85
expr_parse_string
Function · 0.85
expr_parse
Function · 0.85
eval
Function · 0.85
expr_walk_map_wrapped
Function · 0.85
expr_walk_tmap
Function · 0.85
marker_configure
Function · 0.85
scale_configure_layout_subdivide
Function · 0.85
scale_configure_layout
Function · 0.85
flags_parse
Function · 0.85
Calls
1
ReturnCode
Class · 0.85
Tested by
no test coverage detected