MCPcopy Create free account
hub / github.com/apache/arrow / garrow_error_check

Function garrow_error_check

c_glib/arrow-glib/error.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36G_DEFINE_QUARK(garrow - error - quark, garrow_error)
37
38G_END_DECLS
39
40gboolean
41garrow_error_check(GError **error, const arrow::Status &status, const char *context)
42{
43 return garrow::check(error, status, context);
44}
45
46GArrowError
47garrow_error_from_status(const arrow::Status &status)

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected