MCPcopy 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
234bool OpBase_IsWriter
235(
236 OpBase *op
237) {
238 return op->writer;
239}
240
241void OpBase_UpdateConsume
242(

Callers 1

_OpBase_PropagateResetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected