Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ OpBase_IsWriter
Function
OpBase_IsWriter
src/execution_plan/ops/op.c:234–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
bool OpBase_IsWriter
235
(
236
OpBase *op
237
) {
238
return op->writer;
239
}
240
241
void OpBase_UpdateConsume
242
(
Callers
1
_OpBase_PropagateReset
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected