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

Function Error_DivisionByZero

src/errors/errors.c:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void Error_DivisionByZero(void) {
170 ErrorCtx_SetError("Division by zero");
171}
172

Callers 2

AR_DIVFunction · 0.85
AR_MODULOFunction · 0.85

Calls 1

ErrorCtx_SetErrorFunction · 0.85

Tested by

no test coverage detected