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

Function OpBase_Clone

src/execution_plan/ops/op.c:331–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331OpBase *OpBase_Clone
332(
333 const struct ExecutionPlan *plan,
334 const OpBase *op
335) {
336 if(op->clone) return op->clone(plan, op);
337 return NULL;
338}
339
340void OpBase_Free
341(

Callers 1

_CloneOpTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected