MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / GrB_Matrix_error

Function GrB_Matrix_error

deps/GraphBLAS/Source/GrB_error.c:89–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89GrB_Info GrB_Matrix_error (const char **error, const GrB_Matrix A)
90{
91 GB_RETURN_IF_NULL (error) ;
92 (*error) = empty ;
93 GB_RETURN_IF_NULL_OR_FAULTY (A) ;
94 if (A->logger == NULL) return (GrB_SUCCESS) ;
95 (*error) = A->logger ;
96 return (GrB_SUCCESS) ;
97}
98
99GrB_Info GrB_Descriptor_error (const char **error, const GrB_Descriptor d)
100{

Callers 4

workerFunction · 0.85
mainFunction · 0.85
mexFunctionFunction · 0.85
mexFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected