Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
void Error_DivisionByZero(void) {
170
ErrorCtx_SetError(
"Division by zero"
);
171
}
172
Callers
2
AR_DIV
Function · 0.85
AR_MODULO
Function · 0.85
Calls
1
ErrorCtx_SetError
Function · 0.85
Tested by
no test coverage detected